forked from AkkomaGang/akkoma-fe
Fix alt text wrap and line breaks (#14)
Reviewed-on: AkkomaGang/pleroma-fe#14 Co-authored-by: sfr <sol@solfisher.com> Co-committed-by: sfr <sol@solfisher.com>
This commit is contained in:
parent
263ef17816
commit
794906f01e
2 changed files with 4 additions and 2 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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -189,7 +189,8 @@ $modal-view-button-icon-margin: 0.5em;
|
||||||
min-height: 1em;
|
min-height: 1em;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
max-height: 9.5em;
|
max-height: 9.5em;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-image {
|
.modal-image {
|
||||||
|
|
Loading…
Reference in a new issue