[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:
Antonio 2024-08-22 08:22:34 +01:00 committed by GitHub
parent 2a8b6d0a44
commit 29a45fc645
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
.messageVariablesPanel {
@include euiYScrollWithShadows;
max-height: $euiSize * 20;
max-width: $euiSize * 20;
@include euiYScrollWithShadows;
}