Merge "Allow adaptive height of the toolbar sections"

This commit is contained in:
jenkins-bot 2014-04-23 16:41:12 +00:00 committed by Gerrit Code Review
commit d4a994e146

View file

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