Fix figure vertical example height

This commit is contained in:
Will Faught
2023-03-01 18:48:44 -08:00
parent 1d00ddf47c
commit 7c13b69784

View File

@@ -248,7 +248,7 @@ Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br
Code:
```go-text-template
<div class="column-gap-3 d-flex justify-content-between">
<div class="column-gap-3 d-flex justify-content-between" style="height: 20rem">
{{</* paige/figure caption="Hickory Dickory Dock" vertical="start" */>}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.
@@ -267,7 +267,7 @@ Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br
Result:
<div class="column-gap-3 d-flex justify-content-between">
<div class="column-gap-3 d-flex justify-content-between" style="height: 20rem">
{{< paige/figure caption="Hickory Dickory Dock" vertical="start" >}}
Hickory dickory dock.<br>The mouse ran up the clock.<br>The clock struck one,<br>The mouse ran down,<br>Hickory dickory dock.