99d86fba29696389f9c295589fdb28b591f6540d
The schedule calendar input had `padding-right: 2rem` left over from the era when the calendar icon sat inside the <input> as a background image. The trigger icon now lives in a sibling `.p-datepicker-trigger` button (also 2rem wide), so the input was reserving an extra 32 px on top of that — which truncated 'ДД.ММ.ГГГГ - ДД.ММ.ГГГГ' to 'ДД.ММ.ГГГГ - ДД.ММ....' in the narrow left-column layout. Drop the redundant override; the input now uses the shared 15 px horizontal padding from `_prime-calendar.scss` and the full placeholder fits.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%