Fix alt text wrap and line breaks
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Sol Fisher Romanoff 2022-04-03 18:12:40 +03:00
parent 9827c0e81e
commit 912d642575
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

@ -189,7 +189,8 @@ $modal-view-button-icon-margin: 0.5em;
min-height: 1em;
max-width: 500px;
max-height: 9.5em;
word-break: break-all;
word-break: break-word;
white-space: pre-line;
}
.modal-image {