We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5de2a commit 60c0caeCopy full SHA for 60c0cae
src/components/scheduler-time-picker.ts
@@ -470,7 +470,10 @@ export class SchedulerTimePicker extends LitElement {
470
text-align: center;
471
--mdc-shape-small: 0;
472
--text-field-appearance: none;
473
- --text-field-padding: 0 4px;
+ --text-field-padding-top: 0;
474
+ --text-field-padding-bottom: 0;
475
+ --text-field-padding-start: 4px;
476
+ --text-field-padding-end: 4px;
477
--text-field-suffix-padding-left: 2px;
478
--text-field-suffix-padding-right: 0;
479
--text-field-text-align: center;
0 commit comments