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

Commit c66c00f

Browse files
crisbetoThomasBurleson
authored andcommitted
fix(datepicker): icon alignment
Some of the recent changes was throwing the datepicker's alignment off. This gets it back to normal. Closes #8645
1 parent 51f8a2a commit c66c00f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/datepicker/datePicker.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ md-datepicker {
2727
display: inline-block;
2828
box-sizing: border-box;
2929
background: none;
30+
vertical-align: middle;
3031
}
3132

3233
// The input into which the user can type the date.

0 commit comments

Comments
 (0)