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
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 235c734d37 - Show all commits

View File

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