[frontend/components] Only break words when absolutely necessary

This commit is contained in:
Lilian 2024-11-06 20:10:16 +01:00
parent 374d750e2e
commit 2eb080afe5
No known key found for this signature in database

View file

@ -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 {