mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Disable hyphenation for links
Should fix a misleading "bug" I noticed wherein URLs sometimes break over multiple lines with hyphenation, for example `www.exam-ple.com`. Change-Id: Id96d708e6ba59d6e6a6a093c3195b5121160c899 Bug: T230860
This commit is contained in:
parent
04998facb8
commit
9d6a5caf14
|
@ -19,6 +19,7 @@ a:not( [ href ] ) {
|
|||
a {
|
||||
text-decoration: none;
|
||||
color: @linkColor;
|
||||
hyphens: none;
|
||||
|
||||
&:visited {
|
||||
color: #6b4ba1;
|
||||
|
|
Loading…
Reference in a new issue