Commit fd041fd
authored
fix(ui): stop InputNumber stepper buttons overflowing width-capped fields
Inner input defaulted to min-width:auto (~192px intrinsic), so flexbox couldn't shrink it inside the 128px (w-32) root — pushing the stacked stepper buttons past the field onto the Convert button. min-width:0 lets it shrink. Verified via headless render.1 parent a6c3586 commit fd041fd
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
121 | 132 | | |
122 | 133 | | |
123 | 134 | | |
| |||
0 commit comments