-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the same padding from EuiSelectableListItem to the header
- Loading branch information
cchaos
committed
Dec 2, 2019
1 parent
d2333cc
commit 3a03f16
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/components/selectable/selectable_list/_selectable_list_item.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
$euiSelectableListItemBorder: 1px solid darken($euiColorLightestShade, 2%); | ||
$euiSelectableListItemBorder: 1px solid darken($euiColorLightestShade, 2%); | ||
$euiSelectableListItemPadding: $euiSizeXS $euiSizeM; |