Fix alt text wrap and line breaks #14

Merged
floatingghost merged 2 commits from nbsp/pleroma-fe:alt-wrap into develop 2022-06-26 18:36:05 +00:00
2 changed files with 4 additions and 2 deletions

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

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 {