mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
Merge "Break more rules in break-word so long words can wrap in notifications"
This commit is contained in:
commit
39720f926b
|
@ -55,7 +55,12 @@
|
||||||
// The 'mark as read' circle is placed with a right
|
// The 'mark as read' circle is placed with a right
|
||||||
// margin of -1em
|
// margin of -1em
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
|
// break-word rules are inconsistent accross browsers
|
||||||
|
// these three rules should cover the main use cases
|
||||||
|
// with major browser support
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
|
||||||
&-header {
|
&-header {
|
||||||
color: @notification-text-color;
|
color: @notification-text-color;
|
||||||
|
|
Loading…
Reference in a new issue