1
0
Fork 0
mirror of synced 2024-07-16 03:35:56 +12:00

Make email template page more mobile friendly

This commit is contained in:
Andrew Kingston 2021-09-13 16:43:54 +01:00
parent 7223d4bea5
commit b375a5a8c7

View file

@ -155,7 +155,7 @@
} }
.bindings-editor { .bindings-editor {
margin-top: var(--spacing-s); margin-top: var(--spacing-s);
height: 640px; max-height: 640px;
overflow: auto; overflow: auto;
flex: 0 0 300px; flex: 0 0 300px;
} }