Fixed wrapping of long words in modal dialog.

This commit is contained in:
Martin Edenhofer 2015-02-08 10:14:34 +01:00
parent e66ef04332
commit 46c8cd7afd

View file

@ -4199,6 +4199,7 @@ footer {
border-radius: 0;
border: 1px solid hsl(0,0%,90%);
box-shadow: none;
word-wrap: break-word;
}
.modal-header {