From eacd8b7fcf1f6b469e3b77d79dad2084bfd70573 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Tue, 8 Apr 2014 10:31:01 +0200 Subject: [PATCH] Allow adaptive height of the toolbar sections This makes sure that on narrow page views, it's contents won't bleed into the textarea. Bug: 37392 Change-Id: Ia14b354a5a2de049d219e735795a9bd9f558f660 --- modules/jquery.wikiEditor.toolbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/jquery.wikiEditor.toolbar.css b/modules/jquery.wikiEditor.toolbar.css index 1791d345..88629313 100644 --- a/modules/jquery.wikiEditor.toolbar.css +++ b/modules/jquery.wikiEditor.toolbar.css @@ -47,7 +47,8 @@ .wikiEditor-ui-toolbar .section-main { position: relative; float: left; - height: 26px; + min-height: 26px; + height: 100%; } /* Groups */ .wikiEditor-ui-toolbar .group {