Commit f7e482a
committed
ui: give the depth input a static width
Given that the depth can be a value from 0-6 we know that the useful
width of this element will always be the same. The past value (30%)
would cause the element to sometimes become wider than necessary while
sometimes also shrinking to a size in which it would no longer be
possible to see the input value.1 parent d04c9d8 commit f7e482a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments