TheDJ has uploaded a new change for review. https://gerrit.wikimedia.org/r/193984
Change subject: VE: Apply overflow fix on header ...................................................................... VE: Apply overflow fix on header Without this, the bottom border can cross over any floating content, which be ugly. Change-Id: Ia2ab31acb4f4b89c3550254a064e484def087fda --- M less/modules/editor/VisualEditorOverlay.less 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/84/193984/1 diff --git a/less/modules/editor/VisualEditorOverlay.less b/less/modules/editor/VisualEditorOverlay.less index 19bab58..c4e9e53 100644 --- a/less/modules/editor/VisualEditorOverlay.less +++ b/less/modules/editor/VisualEditorOverlay.less @@ -7,6 +7,7 @@ h1, h2 { margin-bottom: .5em; border-bottom: solid 1px @sectionBorderColor; + overflow: hidden; } // Styling for images (as output by Parsiod) -- To view, visit https://gerrit.wikimedia.org/r/193984 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2ab31acb4f4b89c3550254a064e484def087fda Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: TheDJ <hartman.w...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits