[ACS-6628] Display arrows for tabs for extensions manager (#9481)

This commit is contained in:
AleksanderSklorz
2024-03-29 08:32:28 +01:00
committed by swapnil.verma
parent dfa54886c0
commit 66ee4ffb94

View File

@@ -15,6 +15,7 @@ adf-layout-container {
} }
.adf-container-full-width { .adf-container-full-width {
height: 100%;
width: inherit; width: inherit;
overflow: hidden; overflow: hidden;
} }
@@ -45,7 +46,6 @@ adf-layout-container {
} }
mat-sidenav-content > div { mat-sidenav-content > div {
display: flex;
height: 100%; height: 100%;
> div { > div {