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