Fix for Quill toolbar selects

This commit is contained in:
Hillel Coren 2017-02-06 12:23:23 +02:00
parent 865c379116
commit 86a6c635e9

View File

@ -227,12 +227,17 @@
</script>
<style type="text/css">
#emailModal .tab-pane {
margin-top:20px;
max-height:320px;
#emailModal #preview.tab-pane,
#emailModal #history.tab-pane {
margin-top: 20px;
max-height: 320px;
overflow-y:auto;
}
#templateEditor {
max-height: 300px;
}
@media only screen and (min-width : 767px) {
.modal-dialog {
width: 690px;