Fix missing border around tab/filter bar (#31286)

pull/31289/head
Valtteri Laitinen 7 months ago committed by GitHub
parent 3d6e8d6834
commit b6c1b8f748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7354,7 +7354,7 @@ a.status-card {
display: flex;
flex-shrink: 0;
@media screen and (max-width: $no-gap-breakpoint) {
@media screen and (max-width: $no-gap-breakpoint - 1px) {
border-right: 0;
border-left: 0;
}

Loading…
Cancel
Save