Skip to content

Commit

Permalink
designs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Dec 1, 2020
1 parent 15ba028 commit b42d0c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
}

.lnsWorkspaceWarningList {
overflow-y: auto;
@include euiYScroll;
max-height: $euiSize * 20;
width: $euiSize * 16;
}

.lnsWorkspaceWarningList__item:not(:last-child) {
border-bottom: 1px $euiColorLightShade solid;
padding-bottom: $euiSize;
margin-bottom: $euiSize;
.lnsWorkspaceWarningList__item {
padding: $euiSize;

& + & {
border-top: $euiBorderThin;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const WarningsPopover = ({
const warningsCount = React.Children.count(children);
return (
<EuiPopover
panelPaddingSize="none"
button={
<EuiButtonEmpty
onClick={onButtonClick}
Expand Down

0 comments on commit b42d0c5

Please sign in to comment.