Skip to content

Commit

Permalink
Add margin-block to EuiComboBoxOptionsList CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
claudia-correia committed May 16, 2022
1 parent f532ae9 commit 15e1f89
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
&.euiPopover__panel-isAttached.euiComboBoxOptionsList--top { /* 1 */
@include euiBottomShadowFlat;
}

.euiFilterSelectItem__content {
margin-block: 0 !important;
}
}

.euiComboBoxOptionsList__empty {
Expand Down

0 comments on commit 15e1f89

Please sign in to comment.