[BUGFIX] filter issues

This commit is contained in:
Marie Birner
2023-11-09 21:02:21 +01:00
parent 609483f1df
commit 8c5fbfec63
3 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,4 @@
.rounded-t-none-important {
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}