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