Skip to content

Commit 3806482

Browse files
committed
Merge pull request #1341 from mhartington/Buttons-fix
fix(header): align multiple header buttons correctly in Android 4.4
2 parents 5f2fdfd + 95de4d3 commit 3806482

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: scss/_bar.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,13 @@
192192
.button + .button-bar {
193193
margin-left: 5px;
194194
}
195-
195+
196+
// Android 4.4 messes with the display property
197+
.buttons,
198+
.buttons.left-buttons,
199+
.buttons.right-buttons {
200+
display: inherit;
201+
}
196202
// Place the last button in a bar on the right of the bar
197203
.title + .button:last-child,
198204
> .button + .button:last-child,

0 commit comments

Comments
 (0)