1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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