Fix modal word break
This commit is contained in:
parent
ab5b66891b
commit
681276a66e
2
client/src/sass/bootstrap.scss
vendored
2
client/src/sass/bootstrap.scss
vendored
|
@ -119,7 +119,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: pvar(--mainBackgroundColor);
|
background-color: pvar(--mainBackgroundColor);
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user