Commit 49f5afc
authored
fix(ui5-datetime-picker): ensure value state header spans full popover width (#13294)
## Problem
The `value-state` bar at the top of the DateTimePicker popover wasn't stretching to fill its full width.
The reason behind that was `ValueStateMessage.css` capping the element with `max-width`, which is fine for narrow components like Input or DatePicker but too restrictive for the wider `DateTimePicker` popover.
So we overrode those constraints in DateTimePickerPopover.css and removed the `max-width` restriction.1 parent 359fe49 commit 49f5afc
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments