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 {
|
.style-name {
|
||||||
margin-top: .25em;
|
margin-top: .25em;
|
||||||
word-break: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.style-name a, .style-edit-link {
|
.style-name a, .style-edit-link {
|
||||||
|
@ -127,7 +127,7 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
.applies-to {
|
.applies-to {
|
||||||
word-break: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.applies-to,
|
.applies-to,
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
padding: 1.5rem .75rem;
|
padding: 1.5rem .75rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-grow: 9;
|
flex-grow: 9;
|
||||||
word-break: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#message-box-buttons {
|
#message-box-buttons {
|
||||||
|
|
|
@ -65,7 +65,7 @@ h1 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
word-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items {
|
.items {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user