fix: Update styles to fix the status filter dropdown (#5230)

This commit is contained in:
Pranav Raj S 2022-08-09 12:10:56 +05:30 committed by GitHub
parent 27a9806817
commit cbcee6414c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@
font-size: $font-size-mini; font-size: $font-size-mini;
height: $space-medium; height: $space-medium;
margin: 0; margin: 0;
padding: $zero null $zero $space-normal; padding: $zero $space-medium $zero $space-normal;
width: auto; width: auto;
} }
} }