26-Mar-2026 — add column resizer and blockquote styling #198

build 565commit f41fc79


Column resizer (splitter bar)

New ColumnResizerComponent adds a draggable splitter bar between adjacent columns in the CMS page editor, allowing visual adjustment of Bootstrap grid column widths (1–12) by dragging rather than typing values manually. See the how-to article for a user guide with an animated demo.

How it works

Technical details

Blockquote styling

for instance the first line looks like this
the next line can be forced onto the next line as long as the line above has two spaces

This is the first line
This will be on a new line because the line above ended with <br>

Wrapping also works with long text:

New ColumnResizerComponent adds a draggable splitter bar between adjacent columns in the CMS page editor, allowing visual adjustment of Bootstrap grid column widths (1–12) by dragging rather than typing values manually.

this is what was entered above:

> for instance the first line looks like this  
the next line can be forced onto the next line as long as the line above has two spaces

  > This is the first line<br>
  > This will be on a new line because the line above ended with `<br>`

Wrapping also works with long text:

> New `ColumnResizerComponent` adds a draggable splitter bar between adjacent columns in the CMS page editor, allowing visual adjustment of Bootstrap grid column widths (1–12) by dragging rather than typing values manually.