mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Merge "ve.ui.Toolbar: Clear the float before the toolbar"
This commit is contained in:
commit
38857b4912
|
@ -5,6 +5,10 @@
|
|||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-ui-toolbar {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ve-ui-toolbar-bar {
|
||||
border-bottom: solid 1px #ccc;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue