mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
fix: Update padding for resource filters dropdown (#4751)
This commit is contained in:
parent
b89301ec36
commit
aff8cd9a2b
|
@ -163,6 +163,7 @@ export default Vue.extend({
|
|||
|
||||
.filters-dropdown {
|
||||
width: 280px;
|
||||
padding-bottom: var(--spacing-s);
|
||||
}
|
||||
|
||||
.filters-dropdown-footer {
|
||||
|
|
Loading…
Reference in a new issue