From 0b043fbaa7f6599fe6a777b19b14b77672b40474 Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Wed, 13 Jun 2018 09:26:20 -0500 Subject: [PATCH] Fix: don't truncate the article title Header overflow was truncated in MobileFrontend commit 1655d5233 which added the language switcher button that appears below the title. This no longer appears to be required even for articles with lengthy titles. Perhaps because the language switcher button exceeds the page content margin, it was thought to be necessary. Bug: T194544 Change-Id: I4e25e7b03df65803cd553b412881eb565ded9b10 --- resources/skins.minerva.base.styles/pageactions.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/skins.minerva.base.styles/pageactions.less b/resources/skins.minerva.base.styles/pageactions.less index b4b0860..cf68ac1 100644 --- a/resources/skins.minerva.base.styles/pageactions.less +++ b/resources/skins.minerva.base.styles/pageactions.less @@ -4,7 +4,6 @@ .heading-holder { @pageActionsHeight: @pageActionFontSize + (2 * @iconGutterWidth); padding: @titleSectionSpacingTop 0 (@pageActionsHeight + 0.5em); - overflow: hidden; position: relative; .tagline {