mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user