Make email template page more mobile friendly

This commit is contained in:
Andrew Kingston 2021-09-13 16:43:54 +01:00
parent 63af684dd0
commit c1a97d3df3
1 changed files with 1 additions and 1 deletions

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;
} }