AAE-30842 Fix rendering small devices again (#10986)

* AAE-30842 Fix rendering small devices

* Update form-renderer.component.scss

* Update form-renderer.component.scss

* Update form-renderer.component.scss
This commit is contained in:
Eugenio Romano
2025-07-04 13:33:42 +02:00
committed by GitHub
parent c863da0c5d
commit 9bed60befc

View File

@@ -26,10 +26,14 @@
#{ms.$mat-tab-body} {
margin-bottom: 8em;
@include flex.layout-bp(lt-md) {
margin-bottom: 0em;
}
}
#{ms.$mat-tab-header} {
z-index: 10;
z-index: 2;
margin: 0;
background-color: white;
position: absolute;
@@ -94,11 +98,7 @@
flex-direction: column;
}
.adf-grid-list-single-column-xl {
display: none;
}
.adf-grid-list-single-column-s {
.adf-grid-list-single-column {
display: block;
/* stylelint-disable-next-line declaration-no-important */
width: 90% !important;