Skip to content

Commit 0f7612c

Browse files
committed
Flexbox helper
1 parent de1849d commit 0f7612c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css/material.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ body {
3535
.float-right {
3636
float: right;
3737
}
38+
.flex {
39+
flex: 1;
40+
}
3841
.checkbox, .radio, .text-input, .button, .switch, .fab {
3942
display: inline-block;
4043
vertical-align: top;

0 commit comments

Comments
 (0)