fix: kanban board layout on mobile

This commit is contained in:
kolaente 2022-02-27 16:36:20 +01:00
parent fc0e3e0d51
commit a23b4a96ee
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ $filter-container-top-link-share-list: -47px;
display: flex;
justify-content: flex-end;
.button:not(:last-child) {
.button:not(:last-of-type) {
margin-right: .5rem;
}
}