fix word breaks

This commit is contained in:
Henry Jameson 2025-04-03 10:56:19 +03:00
commit 36ce62efab
14 changed files with 24 additions and 24 deletions

View file

@ -170,7 +170,8 @@ $modal-view-button-icon-margin: 0.5em;
min-height: 1em;
max-width: 500px;
max-height: 9.5em;
word-break: break-all;
overflow-wrap: break-word;
text-wrap: pretty;
}
.modal-image {