Преглед на файлове

Merge branch 'refs/heads/master_mosr_dev_1'

moshaorui преди 1 седмица
родител
ревизия
8d0739bfbd
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      resources/views/admin/form_custom/editor.blade.php
  2. 1 0
      resources/views/distributor/form_custom/editor.blade.php

+ 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>