use FF/Chrome/spec-compliant 'overflow-wrap' for word-breaking
This commit is contained in:
parent
51b4fadc74
commit
b777cc1bea
|
@ -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,
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
padding: 1.5rem .75rem;
|
||||
position: relative;
|
||||
flex-grow: 9;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#message-box-buttons {
|
||||
|
|
|
@ -65,7 +65,7 @@ h1 {
|
|||
font-weight: bold;
|
||||
padding-right: 8px;
|
||||
box-sizing: border-box;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.items {
|
||||
|
|
Loading…
Reference in New Issue
Block a user