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
This commit is contained in:
Derk-Jan Hartman 2014-04-08 10:31:01 +02:00
parent 4ccd57d34c
commit eacd8b7fcf

View file

@ -47,7 +47,8 @@
.wikiEditor-ui-toolbar .section-main { .wikiEditor-ui-toolbar .section-main {
position: relative; position: relative;
float: left; float: left;
height: 26px; min-height: 26px;
height: 100%;
} }
/* Groups */ /* Groups */
.wikiEditor-ui-toolbar .group { .wikiEditor-ui-toolbar .group {