diff --git a/public/app.scss b/public/app.scss index 29ff93cfb..09fb56996 100644 --- a/public/app.scss +++ b/public/app.scss @@ -19,7 +19,9 @@ $euiTextColor: $euiColorDarkestShade !default; @function tintOrShade($color, $tint, $shade) { @if (lightness($euiTextColor) > 50) { @return shade($color, $shade); - } @else { + } + + @else { @return tint($color, $tint); } } @@ -34,6 +36,7 @@ $euiTextColor: $euiColorDarkestShade !default; .refresh-button { min-width: 0; + .euiButtonContent { .euiButton__text { margin: 0; @@ -44,3 +47,10 @@ $euiTextColor: $euiColorDarkestShade !default; .state-accordion:hover { text-decoration: none; } + +.euiFilterGroup__popoverPanel { + width: fit-content; + width: -moz-fit-content; + max-width: 90vw; + min-width: 300px; +} \ No newline at end of file