mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-28 20:25:29 +08:00
fix: fix the invalid vertical-align (#486)
* fix: fix the invalid vertical-align * test: update snapshots
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user