Issue #1925748 by echoz: Fixed dropbutton in narrow views ui.

8.0.x
webchick 2013-03-17 09:42:26 -07:00
parent a95db96e49
commit 438b2c08de
1 changed files with 3 additions and 0 deletions

View File

@ -369,3 +369,6 @@ html.js span.js-only {
.js .views-edit-view .dropbutton-widget {
position: static;
}
.js .views-edit-view .dropbutton-wrapper {
width: auto;
}