Make sure container has dimensions the first time

This commit is contained in:
Bryan Housel
2018-02-14 21:53:56 -05:00
parent 0381bad22d
commit dbdbad29c2
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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%;