mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:21:18 +01:00
Center checkbox
This commit is contained in:
parent
c09ffc9d41
commit
5d70de6202
1 changed files with 39 additions and 37 deletions
|
@ -14,9 +14,11 @@ class CheckboxInput extends React.Component {
|
|||
const styles = {
|
||||
root: {
|
||||
...input.base,
|
||||
lineHeight: 0.7,
|
||||
padding: 0,
|
||||
position: 'relative',
|
||||
textAlign: 'center ',
|
||||
verticalAlign: 'middle',
|
||||
cursor: 'pointer'
|
||||
},
|
||||
input: {
|
||||
|
|
Loading…
Reference in a new issue