break-word for style name in manage/messagebox

This commit is contained in:
tophf 2017-03-26 09:41:54 +03:00
parent 9a36acf045
commit b09b77d198
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ a.homepage {
.style-name { .style-name {
margin-top: .25em; margin-top: .25em;
word-break: break-word;
} }
.style-name a, .style-edit-link { .style-name a, .style-edit-link {

View File

@ -94,7 +94,7 @@
padding: 1.5rem .75rem; padding: 1.5rem .75rem;
position: relative; position: relative;
flex-grow: 9; flex-grow: 9;
word-wrap: break-word; word-break: break-word;
} }
#message-box-buttons { #message-box-buttons {