CuBoulder / ucb_migration_shortcodes

A module that works alongside the Shortcodes module to ease the burden of migration.
0 stars 0 forks source link

Update shortcode-column.html.twig #22

Closed jnicholCU closed 3 months ago

jnicholCU commented 3 months ago

Add clear fix to last column to fix float errors

Test Shortcode:

[column size=one-third]

Column 1

[/column]

[column size=one-third]

Column 2

[/column]

[column size=one-third order=last]

Last Column

[/column]