[ACS-5148] Corrected first tag position and removed extra scrollbar when spinner is visible (#8535)

This commit is contained in:
AleksanderSklorz
2023-05-05 11:12:30 +02:00
committed by GitHub
parent 23149cae58
commit 9cf166c3a2
2 changed files with 7 additions and 1 deletions

View File

@@ -24,6 +24,10 @@
align-items: center;
margin-top: -14px;
margin-bottom: 1em;
&:first-of-type {
margin-top: 5px;
}
}
&-tags {
@@ -38,6 +42,8 @@
}
adf-tags-creator {
margin-top: 19px;
.adf-tags-creation {
padding-right: 0;
padding-left: 12px;

View File

@@ -105,7 +105,7 @@ adf-tags-creator {
mat-spinner {
margin: auto;
overflow: unset;
min-height: 25px;
min-height: 62px;
}
.mat-list-item-disabled {