xwikisas / xwiki-pro-macros

XWiki rendering macros useful when migrating content from Confluence
GNU Lesser General Public License v2.1
3 stars 12 forks source link

Single-column layout doesn't cover page width #206. #299

Closed Farcasut closed 2 months ago

Farcasut commented 2 months ago

The issue was caused by a CSS class that was meant to leave a gap between the columns, but it overlooked the fact that the rule would indent the first column. To resolve this, I've removed the margin-left CSS and added a gap to the flex element so the columns have the same space between them.

Preview: image