use FF/Chrome/spec-compliant 'overflow-wrap' for word-breaking

This commit is contained in:
tophf 2017-09-30 20:14:44 +03:00
parent 51b4fadc74
commit b777cc1bea
3 changed files with 4 additions and 4 deletions

View File

@ -114,7 +114,7 @@ select {
.style-name {
margin-top: .25em;
word-break: break-word;
overflow-wrap: break-word;
}
.style-name a, .style-edit-link {
@ -127,7 +127,7 @@ select {
}
.applies-to {
word-break: break-word;
overflow-wrap: break-word;
}
.applies-to,

View File

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

View File

@ -65,7 +65,7 @@ h1 {
font-weight: bold;
padding-right: 8px;
box-sizing: border-box;
word-wrap: break-word;
overflow-wrap: break-word;
}
.items {