0
0
Fork 0

Fix list not being automatically unpinned when it returns 404 in web UI (#11045)

This commit is contained in:
Eugen Rochko 2019-06-11 02:26:37 +02:00 committed by GitHub
parent ef438bd7e8
commit 92b572e2a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -3075,6 +3075,10 @@ a.status-card.compact:hover {
display: flex;
}
.column-header__links {
margin-bottom: 14px;
}
.column-header__links .text-btn {
margin-right: 10px;
}