Browse Source

Merge branch 'refs/heads/master_mosr_dev_1'

moshaorui 1 day ago
parent
commit
8d0739bfbd

+ 1 - 0
resources/views/admin/form_custom/editor.blade.php

@@ -52,5 +52,6 @@
             }
         });
     }
+    opts.max_height = 730;
     tinymce.init(opts)
 </script>

+ 1 - 0
resources/views/distributor/form_custom/editor.blade.php

@@ -52,5 +52,6 @@
             }
         });
     }
+    opts.max_height = 730;
     tinymce.init(opts)
 </script>