Fixed wrapping of long words in modal dialog.
This commit is contained in:
parent
e66ef04332
commit
46c8cd7afd
1 changed files with 1 additions and 0 deletions
|
@ -4199,6 +4199,7 @@ footer {
|
|||
border-radius: 0;
|
||||
border: 1px solid hsl(0,0%,90%);
|
||||
box-shadow: none;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
Loading…
Reference in a new issue