Skip to content

Commit 3d407a7

Browse files
committed
[TEMP] Comment out Sass var usage
- will no longer be a thing once the EuiFormRow PR merges, drop this commit then
1 parent c48491f commit 3d407a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eui/src/components/form/form_row/_form_row.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// stylelint-disable max-nesting-depth
6666
&.euiFormRow--hasSwitch {
6767
.euiFormRow__labelWrapper {
68-
line-height: $euiSwitchHeight - 1px; // The 1px less helps the alignment of the text baseline
68+
// line-height: $euiSwitchHeight - 1px; // The 1px less helps the alignment of the text baseline
6969
width: auto;
7070
min-width: calc(33% - #{$euiSizeS});
7171
}

0 commit comments

Comments
 (0)