fix: fix the invalid vertical-align (#486)

* fix: fix the invalid vertical-align

* test: update snapshots
This commit is contained in:
Bowen
2021-03-21 21:46:13 +08:00
committed by GitHub
parent d351700d04
commit 502da720f1
7 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ exports[`Toggle should render correctly 1`] = `
label {
-webkit-tap-highlight-color: transparent;
display: inline-block;
vertical-align: center;
vertical-align: middle;
white-space: nowrap;
user-select: none;
padding: 3px 0;
@@ -81,7 +81,7 @@ exports[`Toggle should work with different sizes 1`] = `
label {
-webkit-tap-highlight-color: transparent;
display: inline-block;
vertical-align: center;
vertical-align: middle;
white-space: nowrap;
user-select: none;
padding: 3px 0;
@@ -153,7 +153,7 @@ exports[`Toggle should work with different sizes 1`] = `
label {
-webkit-tap-highlight-color: transparent;
display: inline-block;
vertical-align: center;
vertical-align: middle;
white-space: nowrap;
user-select: none;
padding: 3px 0;
@@ -225,7 +225,7 @@ exports[`Toggle should work with different sizes 1`] = `
label {
-webkit-tap-highlight-color: transparent;
display: inline-block;
vertical-align: center;
vertical-align: middle;
white-space: nowrap;
user-select: none;
padding: 3px 0;
@@ -297,7 +297,7 @@ exports[`Toggle should work with different sizes 1`] = `
label {
-webkit-tap-highlight-color: transparent;
display: inline-block;
vertical-align: center;
vertical-align: middle;
white-space: nowrap;
user-select: none;
padding: 3px 0;