1
0
Fork 0

Fix modal word break

This commit is contained in:
Chocobozzz 2021-04-26 14:44:15 +02:00
parent ab5b66891b
commit 681276a66e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
.modal-content {
background-color: pvar(--mainBackgroundColor);
word-break: break-all;
word-break: break-word;
}
.modal-header {