mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +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
|
* @license The MIT License (MIT); see LICENSE.txt
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.ve-ui-toolbar {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
.ve-ui-toolbar-bar {
|
.ve-ui-toolbar-bar {
|
||||||
border-bottom: solid 1px #ccc;
|
border-bottom: solid 1px #ccc;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue