Comment to 'How can i make the space between the sentenses smaller.'
  • .... not to mention this almost unusable code editor...

    It can not be expanded horizontally just vertically..... 😖

    image_transcoder.php?o=sys_images_editor&h=2574&dpx=1&t=1741252874

    • Our kingdom for a better WYSIWYG editor I swear....

      For now, band-aid fix is inserting the following in your injections within Designer.

      <style>
      .bx-form-input-html-quill-code {
      height:500px !important;
      width:500px !important;
      }
      </style>