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
This commit is contained in:
Stephen Niedzielski 2018-06-13 09:26:20 -05:00
parent 4a84008a84
commit 0b043fbaa7

View file

@ -4,7 +4,6 @@
.heading-holder {
@pageActionsHeight: @pageActionFontSize + (2 * @iconGutterWidth);
padding: @titleSectionSpacingTop 0 (@pageActionsHeight + 0.5em);
overflow: hidden;
position: relative;
.tagline {