fix: Update padding for resource filters dropdown (#4751)

This commit is contained in:
Alex Grozav 2022-11-29 11:30:17 +02:00 committed by GitHub
parent b89301ec36
commit aff8cd9a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@ export default Vue.extend({
.filters-dropdown {
width: 280px;
padding-bottom: var(--spacing-s);
}
.filters-dropdown-footer {