fix: long text on modals

pull/3877/head
sanchis 2021-03-07 11:53:56 +01:00 committed by Chocobozzz
parent f74832ce17
commit f8b255cd65
1 changed files with 1 additions and 0 deletions

View File

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