add border-radius (#137597)

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
Andrew Tate 2022-08-01 10:39:52 -05:00 committed by GitHub
parent 11cc5e1da1
commit 48ba47f794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@
height: 100%;
display: flex;
overflow: auto;
// important for visualizations with no padding
border-radius: $euiBorderRadius;
.lnsExpressionRenderer__component {
position: static; // Let the progress indicator position itself against the outer parent