[ACS-7554] Fix tags in column display (#9597)

This commit is contained in:
tomson
2024-04-23 11:06:05 +02:00
committed by VitoAlbano
parent b4b1dfaf7f
commit 849edde952

View File

@@ -8,6 +8,8 @@
.adf-dynamic-chip-list-view-more-button {
color: var(--adf-theme-foreground-text-color-054);
position: absolute;
width: auto;
padding: 0 16px;
&[hidden] {
visibility: hidden;
@@ -51,7 +53,8 @@
&:not(.adf-dynamic-chip-list-flex-column) {
.adf-dynamic-chip-list-view-more-button {
margin-top: 10px;
margin-top: 13px;
margin-left: 4px;
}
}
}