Skip to content

Commit

Permalink
add border back
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Jan 22, 2020
1 parent f4be8f4 commit 4a7fa20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export const AllRules = React.memo<AllRulesProps>(
<Panel loading={isGlobalLoading}>
<>
{rulesInstalled != null && rulesInstalled > 0 && (
<HeaderSection split title={i18n.ALL_RULES}>
<HeaderSection split title={i18n.ALL_RULES} border={true}>
<EuiFieldSearch
aria-label={i18n.SEARCH_RULES}
fullWidth
Expand Down

0 comments on commit 4a7fa20

Please sign in to comment.