mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 06:57:26 +00:00
Center checkbox
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user