mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-40540 fixing tab misplacement issue on ADW (#11427)
This commit is contained in:
@@ -31,31 +31,6 @@
|
|||||||
.adf-form-tab-group {
|
.adf-form-tab-group {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-tab-body} {
|
|
||||||
margin-bottom: 8em;
|
|
||||||
|
|
||||||
@include flex.layout-bp(lt-md) {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#{ms.$mat-tab-header} {
|
|
||||||
z-index: 2;
|
|
||||||
margin: 0;
|
|
||||||
background-color: white;
|
|
||||||
position: absolute;
|
|
||||||
width: 98%;
|
|
||||||
/* stylelint-disable-next-line declaration-no-important */
|
|
||||||
margin-left: 0 !important;
|
|
||||||
/* stylelint-disable-next-line declaration-no-important */
|
|
||||||
margin-right: 10px !important;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#{ms.$mat-tab-body-wrapper} {
|
|
||||||
padding-top: 5%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-mdc-card-content:first-child {
|
.mat-mdc-card-content:first-child {
|
||||||
@@ -207,11 +182,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
& #{ms.$mat-tab-header} {
|
|
||||||
position: fixed;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
& #{ms.$mat-card-header-text} {
|
& #{ms.$mat-card-header-text} {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user