1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Fix massive width in filter editor drawer

This commit is contained in:
Andrew Kingston 2021-03-19 14:05:42 +00:00
parent ea68885581
commit 1521a22c39

View file

@ -66,6 +66,8 @@
.root {
padding: var(--spacing-l);
min-height: calc(40vh - 2 * var(--spacing-l));
max-width: 800px;
margin: 0 auto;
}
.fields {