[frontend/components] Fix note overflow clipping
This commit is contained in:
parent
1644a7c35c
commit
353b665080
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
max-height: 40em;
|
max-height: 40em;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow-y: hidden;
|
overflow: hidden;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
.cw {
|
.cw {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cw-button {
|
.cw-button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue