Skip to content

Commit

Permalink
Set a max-width on time input to ensure consistent calendar alignment;
Browse files Browse the repository at this point in the history
…fixes #7863.
  • Loading branch information
sarahmonster committed Jul 10, 2018
1 parent e697f72 commit db1bbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $datepicker__border-color: $light-gray-500;
align-items: center;
justify-content: center;
margin-top: 10px;
max-width: 248px;

.components-time-picker__input {
width: 40px;
Expand Down

0 comments on commit db1bbc5

Please sign in to comment.