mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 23:27:26 +00:00
Fix to allow high precision on text input and integer on range.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user