Commit 0b94dd7
committed
fix: widen settings edit modal and clip TextInput overflow
The settings edit modal had min_w 380px, which was too narrow for
typical filesystem paths and let the TextInput overflow visually.
Pin the modal width at 640px and wrap the input cell with
overflow_hidden + min_w_0 so long values clip cleanly inside the
field instead of bleeding past it.1 parent 7561148 commit 0b94dd7
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2144 | 2144 | | |
2145 | 2145 | | |
2146 | 2146 | | |
2147 | | - | |
| 2147 | + | |
2148 | 2148 | | |
2149 | 2149 | | |
2150 | 2150 | | |
| |||
2188 | 2188 | | |
2189 | 2189 | | |
2190 | 2190 | | |
| 2191 | + | |
2191 | 2192 | | |
2192 | 2193 | | |
2193 | 2194 | | |
| 2195 | + | |
| 2196 | + | |
2194 | 2197 | | |
2195 | 2198 | | |
2196 | 2199 | | |
| |||
0 commit comments