Fix alt text wrap on overlay

This commit is contained in:
Sol Fisher Romanoff 2022-06-26 21:30:48 +03:00
parent 912d642575
commit 3d50727c5e
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

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;
}