[shortcodes/flexcolumn] Minor spacing fixes.

This commit is contained in:
Lorenzo Cogotti 2023-03-23 12:01:34 +01:00
parent c11c5cfed2
commit 27cf87fd8e
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div class="{{.Get "class"}}" style="display: flex; flex-direction: column; flex-wrap: wrap;{{.Get "style" | safeCSS }}">
<div class="{{.Get "class"}}" style="display:flex; flex-direction:column; flex-wrap:wrap;{{.Get "style" | safeCSS }}">
{{- .Inner -}}
</div>