We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48491f commit 3d407a7Copy full SHA for 3d407a7
1 file changed
packages/eui/src/components/form/form_row/_form_row.scss
@@ -65,7 +65,7 @@
65
// stylelint-disable max-nesting-depth
66
&.euiFormRow--hasSwitch {
67
.euiFormRow__labelWrapper {
68
- line-height: $euiSwitchHeight - 1px; // The 1px less helps the alignment of the text baseline
+ // line-height: $euiSwitchHeight - 1px; // The 1px less helps the alignment of the text baseline
69
width: auto;
70
min-width: calc(33% - #{$euiSizeS});
71
}
0 commit comments