From 9d6a5caf14ad630c804314bc820ec2cf638df2cd Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sat, 17 Aug 2019 22:51:47 +0530 Subject: [PATCH] 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 --- resources/skins.minerva.content.styles/links.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/skins.minerva.content.styles/links.less b/resources/skins.minerva.content.styles/links.less index 6d71b8bb3..99a181fc3 100644 --- a/resources/skins.minerva.content.styles/links.less +++ b/resources/skins.minerva.content.styles/links.less @@ -19,6 +19,7 @@ a:not( [ href ] ) { a { text-decoration: none; color: @linkColor; + hyphens: none; &:visited { color: #6b4ba1;