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