mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 08:10:27 +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 = {
|
const styles = {
|
||||||
root: {
|
root: {
|
||||||
...input.base,
|
...input.base,
|
||||||
|
lineHeight: 0.7,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
textAlign: 'center ',
|
textAlign: 'center ',
|
||||||
|
verticalAlign: 'middle',
|
||||||
cursor: 'pointer'
|
cursor: 'pointer'
|
||||||
},
|
},
|
||||||
input: {
|
input: {
|
||||||
|
|
Loading…
Reference in a new issue