[ACS-5364] bug fix (#8686)

This commit is contained in:
Mykyta Maliarchuk
2023-06-27 10:39:28 +02:00
committed by GitHub
parent 9dd9347d17
commit b16777cce0
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,6 @@
background-color: var(--theme-background-color);
}
.mat-icon.adf-datatable-selected {
height: 100%;
width: 100%;
margin-left: -2px;
margin-top: 2px;
}
.adf-sticky-document-list {
height: 310px;
overflow-y: auto;

View File

@@ -33,4 +33,11 @@
height: 40px;
}
}
&-datatable-selected.mat-icon {
height: 100%;
width: 100%;
margin-left: -2px;
margin-top: 2px;
}
}