mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
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:
parent
4a84008a84
commit
0b043fbaa7
|
@ -4,7 +4,6 @@
|
|||
.heading-holder {
|
||||
@pageActionsHeight: @pageActionFontSize + (2 * @iconGutterWidth);
|
||||
padding: @titleSectionSpacingTop 0 (@pageActionsHeight + 0.5em);
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
.tagline {
|
||||
|
|
Loading…
Reference in a new issue