Fixed spacing beetwen button and dropdown menu

Button can be found in filter row
This commit is contained in:
nikikante 2016-06-21 22:56:44 +02:00
parent 500e5616c6
commit 00a2db0fcd

View file

@ -174,6 +174,12 @@
background-color: #CDE7F9;
}
.try .editor.row .bootstrap-select .dropdown-menu {
margin: 0;
border-top: 0
}
.try .editor .editor-frame {
position: relative;
}