Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 471b850

Browse files
clshortfusemmalerba
authored andcommitted
fix(menuBar): do not use flex for buttons (#10027)
Firefox does not support flex on buttons * Change text to use float instead flex for positioning Fixes #9771
1 parent 34b3310 commit 471b850

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/menuBar/menu-bar.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ md-menu-content.md-menu-bar-menu.md-dense {
5959
.md-button {
6060
min-height: 0;
6161
height: 4 * $baseline-grid;
62-
display: flex;
6362
span {
64-
flex-grow: 1;
63+
@include rtl(float, left, right);
6564
}
6665
span.md-alt-text {
67-
flex-grow: 0;
68-
align-self: flex-end;
66+
@include rtl(float, right, left);
6967
margin: 0 $baseline-grid;
7068
}
7169
}

0 commit comments

Comments
 (0)