TinyMCE: wrap the toolbars buttons on narrow screens, props mikemanger, fixes #26882

git-svn-id: https://develop.svn.wordpress.org/trunk@27182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-02-17 02:12:07 +00:00
parent 6351b0b3a4
commit 4283c76461
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ div.mce-statusbar {
outline: 1px solid #888;
}
.mce-toolbar .mce-btn-group > div {
white-space: normal;
}
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
-webkit-border-radius: 0;
border-radius: 0;