[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; align-items: center;
margin-top: -14px; margin-top: -14px;
margin-bottom: 1em; margin-bottom: 1em;
&:first-of-type {
margin-top: 5px;
}
} }
&-tags { &-tags {
@@ -38,6 +42,8 @@
} }
adf-tags-creator { adf-tags-creator {
margin-top: 19px;
.adf-tags-creation { .adf-tags-creation {
padding-right: 0; padding-right: 0;
padding-left: 12px; padding-left: 12px;

View File

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