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