moshaorui преди 2 дни
родител
ревизия
523e2615c1
променени са 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>