mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ResponseOps] Fix scss deprecation issue (#190948)
Fixes #190927 ## Summary This pr fixes a small deprecation issue after the SASS upgrade. I opted into the new syntax.
This commit is contained in:
parent
2a8b6d0a44
commit
29a45fc645
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
.messageVariablesPanel {
|
||||
@include euiYScrollWithShadows;
|
||||
max-height: $euiSize * 20;
|
||||
max-width: $euiSize * 20;
|
||||
|
||||
@include euiYScrollWithShadows;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue