fix: Update size of select components in filters dropdown (#4747)

* fix: Update size of select components in filters dropdown

* fix: Update select tags styling
This commit is contained in:
Alex Grozav
2022-11-29 11:03:43 +02:00
committed by GitHub
parent 3d15c52bd7
commit d6d442d458
4 changed files with 8 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
/>
<n8n-select
:value="filters.type"
size="small"
size="medium"
multiple
filterable
ref="typeInput"