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:
parent
6351b0b3a4
commit
4283c76461
|
@ -82,6 +82,10 @@ div.mce-statusbar {
|
||||||
outline: 1px solid #888;
|
outline: 1px solid #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mce-toolbar .mce-btn-group > div {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
|
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
Loading…
Reference in New Issue