diff --git a/src/features/schedule/components/ScheduleStartPage.scss b/src/features/schedule/components/ScheduleStartPage.scss index ad6afd1d..655f96da 100644 --- a/src/features/schedule/components/ScheduleStartPage.scss +++ b/src/features/schedule/components/ScheduleStartPage.scss @@ -341,10 +341,12 @@ // PrimeReact Calendar input — step the font down from the start-page's // 16px so the full 'ДД.ММ.ГГГГ - ДД.ММ.ГГГГ' placeholder fits in the // narrow left-column width. Matches Angular's `body .p-inputtext` - // baseline of 14px for calendar inputs. + // baseline of 14px for calendar inputs. Horizontal padding is owned + // by the shared rule in `styles/_prime-calendar.scss` — don't + // double-pad right (the `.p-datepicker-trigger` button sits next to + // the input and already owns the icon column). .p-calendar input.p-inputtext { font-size: fonts.$font-size-m !important; - padding-right: 2rem; // leave room for the trigger icon on the right } // Swap-cities button styling moved to the shared `SwapCityButton` component