You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui5-date-picker): use variable for popover width in compact density mode (#12305)
The DatePicker popover was displaying unnecessary whitespace when the content density was set to "compact". This occurred because the popover width was hardcoded to 20rem in the CSS, while the calendar content inside adapts to different widths based on the content density:
Default mode: Calendar width is 20rem (320px)
Compact mode: Calendar width is 17.75rem (284px)
Fixes#12277.
0 commit comments