Fix margins in email panel

This commit is contained in:
Hillel Coren 2017-02-06 12:58:49 +02:00
parent 346b206468
commit 1a5c353d13

View File

@ -234,6 +234,10 @@
overflow-y:auto;
}
#emailModal #customize.tab-pane {
margin-top: 20px;
}
#templateEditor {
max-height: 300px;
}