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} {
|
#{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;
|
||||||
|
Reference in New Issue
Block a user