Commit c6e9528
committed
Change all goto page inputs on edit routes page to be the same width
The width of a select input depends on the longest option in the input;
on the edit routes page which has lots of them each with different
options the last select input on the page can end up much less wide than
the others, which is visually distracting.
This commit fixes that issue by using a width override to make each
input take up the full available space of the grid column. This doesn't
take up the full width of the viewport, because of the grid, but is
still a bit wider than strictly necessary; however all the other width
overrides are not wide enough for a question of reasonable length.1 parent aeaa95b commit c6e9528
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| |||
0 commit comments