mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-11 06:59:14 +08:00
Fix alt text wrap on overlay
This commit is contained in:
parent
912d642575
commit
3d50727c5e
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
white-space: nowrap;
|
white-space: pre-line;
|
||||||
|
word-break: break-word;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue