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:
Shreyas Minocha 2019-08-17 22:51:47 +05:30 committed by Shreyasminocha
parent 04998facb8
commit 9d6a5caf14

View file

@ -19,6 +19,7 @@ a:not( [ href ] ) {
a {
text-decoration: none;
color: @linkColor;
hyphens: none;
&:visited {
color: #6b4ba1;