Skip to content

Commit 9d42fb8

Browse files
author
cchaos
committed
Fix css to use var
1 parent 5f2bbb0 commit 9d42fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/legacy/plugins/lens/public/indexpattern_datasource/_field_item.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
}
3838

3939
.lnsFieldListPanel__fieldIcon {
40-
margin-top: 2px;
41-
margin-right: 2px;
40+
margin-top: $euiSizeXS / 2;
41+
margin-right: $euiSizeXS / 2;
4242
}
4343

4444
.lnsFieldItem__infoIcon {

0 commit comments

Comments
 (0)