Skip to content

Commit 60c0cae

Browse files
committed
fix clearance distance for time input fields
1 parent bd5de2a commit 60c0cae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/scheduler-time-picker.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,10 @@ export class SchedulerTimePicker extends LitElement {
470470
text-align: center;
471471
--mdc-shape-small: 0;
472472
--text-field-appearance: none;
473-
--text-field-padding: 0 4px;
473+
--text-field-padding-top: 0;
474+
--text-field-padding-bottom: 0;
475+
--text-field-padding-start: 4px;
476+
--text-field-padding-end: 4px;
474477
--text-field-suffix-padding-left: 2px;
475478
--text-field-suffix-padding-right: 0;
476479
--text-field-text-align: center;

0 commit comments

Comments
 (0)