fix overflow on list index
This commit is contained in:
parent
1697731ad7
commit
e85baee486
|
@ -14,3 +14,8 @@ button.column-header__button.active {
|
||||||
.detailed-status__wrapper .detailed-status__action-bar {
|
.detailed-status__wrapper .detailed-status__action-bar {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slist .item-list .column-link {
|
||||||
|
background-color: transparent;
|
||||||
|
border-top: 1px solid var(--brand-color--med);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue