mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Fix for Quill toolbar selects
This commit is contained in:
parent
865c379116
commit
86a6c635e9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user