mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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 {
|
.filters-dropdown {
|
||||||
width: 280px;
|
width: 280px;
|
||||||
|
padding-bottom: var(--spacing-s);
|
||||||
}
|
}
|
||||||
|
|
||||||
.filters-dropdown-footer {
|
.filters-dropdown-footer {
|
||||||
|
|
Loading…
Reference in a new issue