Fix to allow high precision on text input and integer on range.

This commit is contained in:
orangemug
2018-11-02 08:28:51 +00:00
parent e18d304313
commit b456b59c44
2 changed files with 37 additions and 12 deletions
+10
View File
@@ -22,6 +22,16 @@
}
}
.maputnik-number-container {
display: flex;
}
.maputnik-number-range {
width: calc(100% - 4.5em);
margin-right: 0.5em;
flex-shrink: 0;
}
.maputnik-number {
@extend .maputnik-input;
}