mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
add border-radius (#137597)
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
11cc5e1da1
commit
48ba47f794
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue