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

Commit a67a6a2

Browse files
committed
fix(select): BREAKING: make select more inline with md-input-container styles
This commit changes the margins of select. Make sure you check your forms to see that they are still where you want them to be. closes #1576
1 parent 0149dcf commit a67a6a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/select/select.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,15 @@ $select-max-visible-options: 5;
4646
}
4747
}
4848

49+
md-input-container > md-select {
50+
margin: 0;
51+
}
52+
4953
md-select {
5054
display: inline-block;
51-
margin-top: 1.4em;
55+
margin-bottom: 1.4em;
56+
margin-left: 2px;
57+
margin-right: 2px;
5258
&:focus {
5359
outline: none;
5460
}

0 commit comments

Comments
 (0)