Skip to content

Commit

Permalink
Adds js comment on custom css style
Browse files Browse the repository at this point in the history
  • Loading branch information
dasansol92 committed Jun 3, 2022
1 parent 7166849 commit 1b34574
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const StyledEuiTreeView = styled(EuiTreeView)`
max-height: none !important;
.policy-response-action-expanded + div {
.euiTreeView__node {
// When response action item displays a callout, this needs to be overwritten to remove the default max height of EuiTreeView
max-height: none !important;
padding-top: ${({ theme }) => theme.eui.paddingSizes.s};
padding-bottom: ${({ theme }) => theme.eui.paddingSizes.s};
Expand Down

0 comments on commit 1b34574

Please sign in to comment.