Skip to content

Commit

Permalink
[ResponseOps] Fix scss deprecation issue (elastic#190948)
Browse files Browse the repository at this point in the history
Fixes elastic#190927

## Summary

This pr fixes a small deprecation issue after the SASS upgrade. I opted
into the new syntax.
  • Loading branch information
adcoelho authored Aug 22, 2024
1 parent 2a8b6d0 commit 29a45fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.messageVariablesPanel {
@include euiYScrollWithShadows;
max-height: $euiSize * 20;
max-width: $euiSize * 20;

@include euiYScrollWithShadows;
}

0 comments on commit 29a45fc

Please sign in to comment.