Skip to content

Commit

Permalink
Update min-width calculation in time-input.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Apr 18, 2024
1 parent a4e0172 commit 5055c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/components/time-input/time-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
);

// Set min width for iOS, so the width is closer to the filled in width.
min-width: calc(8ch + (2 * var(--ams-time-input-padding-inline)));
min-width: calc(4ch + (2 * var(--ams-time-input-padding-inline)));
outline-offset: var(--ams-time-input-outline-offset);
padding-block: var(--ams-time-input-padding-block);
padding-inline: var(--ams-time-input-padding-inline);
Expand Down

0 comments on commit 5055c85

Please sign in to comment.