Fix double border on column filter on narrow screens (#31068)

pull/2786/head
Michael Stanclift 2024-07-19 03:30:26 -05:00 committed by GitHub
parent 8e0aed8ac7
commit 784e088533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -7380,6 +7380,11 @@ a.status-card {
display: flex; display: flex;
flex-shrink: 0; flex-shrink: 0;
@media screen and (max-width: $no-gap-breakpoint) {
border-right: 0;
border-left: 0;
}
button { button {
background: transparent; background: transparent;
border: 0; border: 0;