AAE-34298 fix tests

This commit is contained in:
Wojciech Duda
2025-05-28 16:20:14 +02:00
parent 4bcfc32d16
commit 696cd067a3
15 changed files with 21 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
/* stylelint-disable scss/at-extend-no-missing-placeholder */
@use 'mat-selectors' as ms;
@use 'styles/mat-selectors' as ms;
.adf-full-screen {
width: 100%;
@@ -48,7 +48,7 @@
flex-direction: row;
align-items: center;
@media screen and (width <= 1450px) {
@media screen and (width <=1450px) {
left: 30%;
}
}