Fix alt text wrap and line breaks #14

Merged
floatingghost merged 2 commits from :alt-wrap into develop 2022-06-26 18:36:05 +00:00
Showing only changes of commit 3d50727c5e - Show all commits

View file

@ -33,7 +33,8 @@
line-height: 1.5;
padding: 0.5em;
margin: 0;
white-space: nowrap;
white-space: pre-line;
word-break: break-word;
text-overflow: ellipsis;
overflow: hidden;
}