mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
Merge "Vector: Break long bare external links"
This commit is contained in:
commit
605a63a998
|
@ -155,4 +155,9 @@ pre,
|
|||
// Equivalent of `12px` at calculation base of `14px` is `0.857em`.
|
||||
background-size: 0.857em;
|
||||
padding-right: 1em;
|
||||
|
||||
// See T330712 for better understanding of this class and any future changes.
|
||||
&.free {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue