Commit bea9bf6
fix(Select): chevron icon valt buiten de select box bij XL en Full width
De select erft max-inline-size: 25rem van dsn-text-input. Bij width-xl
(48ch) en width-full (100%) is de wrapper breder dan 25rem, waardoor de
select korter is dan de wrapper en het chevron-icoon erbuiten valt.
Fix: max-inline-size: none op .dsn-select zodat de wrapper de breedte
bepaalt en de select altijd 100% van de wrapper vult.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3fa083e commit bea9bf6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments