Skip to content

Commit

Permalink
Update nimiSlides.nim
Browse files Browse the repository at this point in the history
fixed last bug
  • Loading branch information
quimt authored Feb 26, 2024
1 parent d9c668e commit c5868b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nimiSlides.nim
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ template columns*(body: untyped) =
columns(1.0,body)

template adaptiveColumns*(columnGap: float, body: untyped) =
nbRawHtml: """<div style="display: grid; grid-auto-flow: column; overflow-wrap: break-word; column-gap; $1 em;">
nbRawHtml: """<div style="display: grid; grid-auto-flow: column; overflow-wrap: break-word; column-gap: $1 em;">
""" % columnGap
body
nbRawHtml: "</div>"
Expand Down

0 comments on commit c5868b6

Please sign in to comment.