Skip to content

Commit 144d213

Browse files
committed
Controlgroup: Switch to using float instead of inline-block
1 parent 5309811 commit 144d213

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

themes/base/controlgroup.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111

1212

1313
.ui-controlgroup > .ui-button {
14-
margin-left: -.14em;
15-
margin-right: -.14em;
14+
float: left;
15+
margin-left: 0;
16+
margin-right: 0;
1617
}
1718
.ui-controlgroup.ui-controlgroup-vertical > .ui-button {
1819
display: block;
20+
float: none;
1921
width: 100%;
2022
margin-top: 0;
2123
margin-bottom: 0;

0 commit comments

Comments
 (0)