[frontend/components] Only break words when absolutely necessary
This commit is contained in:
parent
374d750e2e
commit
2eb080afe5
1 changed files with 1 additions and 1 deletions
|
@ -2,11 +2,11 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
text-wrap: wrap;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
max-height: 40em;
|
||||
height: auto;
|
||||
overflow-y: hidden;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.note-content.collapsed {
|
||||
|
|
Loading…
Add table
Reference in a new issue