mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
TinyMCE: wrap the toolbars buttons on narrow screens, props mikemanger, fixes #26882
Built from https://develop.svn.wordpress.org/trunk@27182 git-svn-id: http://core.svn.wordpress.org/trunk@27043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53c2618e7e
commit
1bce8d5b7e
@ -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;
|
||||
|
2
wp-includes/css/editor-rtl.min.css
vendored
2
wp-includes/css/editor-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
2
wp-includes/css/editor.min.css
vendored
2
wp-includes/css/editor.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user