mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5148] Corrected first tag position and removed extra scrollbar when spinner is visible (#8535)
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user