Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

When a page contains any Scaffolding macro, there is an edit option called "Edit Contents".

After

...

choosing this option (in Google Chrome), the editor space is very small and does not allow comfortable editing when Brikit Theme is enabled.

Answer

Brikit Support suggested to add the following CSS to your theme:

Code Block
div.scaffold-border {
    height: 600px;
}

div#content.edit.page {
    height: 600px !important;
}

...

You may want to modify the size in pixels to adapt to your environment. The issue is tracked by Brikit Support at PRESS-2044.(warning)

The suggestion is not supported by

...

Appfire, please contact Brikit Support

...

for further help.