mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Reverted floating of TinyMCE icons, as they don't automatically break into multiple lines like other floated elements
This commit is contained in:
parent
11071eabbd
commit
3dbe03c3f9
@ -242,13 +242,6 @@
|
||||
/**
|
||||
* Tinymce
|
||||
*/
|
||||
/* Ensure icons in toolbar float and adjust to smaller widths */
|
||||
.right table.mceToolbar,
|
||||
.right tr.mceFirst .mceToolbar tr td,
|
||||
.right tr.mceLast .mceToolbar tr td {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.right form .mceEditor select.mceNativeListBox {
|
||||
background: #fff;
|
||||
padding-top: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user