mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix roadheight field width (#10175)
Recent versions of Firefox give input fields a greater intrinsic width that causes roadheight fields to overflow the container. Constrain these input fields to an initial width of zero; they’ll grow proportionally as part of the flexbox.
This commit is contained in:
@@ -2055,6 +2055,7 @@ input.date-selector {
|
||||
.form-field-input-roadheight input.roadheight-secondary-number,
|
||||
.form-field-input-roadspeed input.roadspeed-number {
|
||||
flex-basis: 0;
|
||||
width: 0;
|
||||
}
|
||||
.form-field-input-roadheight input.roadheight-unit,
|
||||
.form-field-input-roadheight input.roadheight-secondary-unit {
|
||||
|
||||
Reference in New Issue
Block a user