mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Make sure container has dimensions the first time
This commit is contained in:
@@ -1873,6 +1873,10 @@ input[type=number] {
|
||||
position: relative;
|
||||
height: 370px;
|
||||
}
|
||||
/* zero width space, so container takes up space */
|
||||
.form-field-restrictions .restriction-container:after {
|
||||
content: '\200b';
|
||||
}
|
||||
|
||||
.form-field-restrictions svg.surface {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user