fixed
parent
8f6d891c0d
commit
91ad0179f9
|
@ -67,6 +67,7 @@ class Input extends Component {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
line-height: 1;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
|
|
|
@ -32,7 +32,7 @@ class Switch extends Component {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 32px;
|
min-width: 32px;
|
||||||
padding-right: 16px;
|
padding: 0 8px 0 2px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
Loading…
Reference in New Issue