Merge branch 'list-overflow-hotfix' into 'develop'
fix overflow on list index See merge request soapbox-pub/soapbox-fe!149
This commit is contained in:
commit
b90c6b7de7
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue