Use relative font size and set appropriate overflow behavior #355

Merged
floatingghost merged 2 commits from xarvos/pleroma-fe:update-css into develop 2023-12-15 12:12:28 +00:00
Showing only changes of commit 235c734d37 - Show all commits

View file

@ -37,7 +37,7 @@
white-space: pre-line; white-space: pre-line;
word-break: break-word; word-break: break-word;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: scroll; overflow: auto;
} }
&.-static { &.-static {