1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00
This commit is contained in:
louismaximepiton
2023-01-17 09:54:54 +01:00
committed by Mark Otto
parent 5dc7f4c165
commit 16aff741ec
3 changed files with 21 additions and 21 deletions

View File

@@ -35,11 +35,11 @@ Vertical rules scale their height in flex layouts:
They can also be used in [stacks]({{< docsref "/helpers/stacks" >}}):
{{< example >}}
{{< example class="bd-example-flex" >}}
<div class="hstack gap-3">
<div class="bg-body-tertiary border">First item</div>
<div class="bg-body-tertiary border ms-auto">Second item</div>
<div class="p-2">First item</div>
<div class="p-2 ms-auto">Second item</div>
<div class="vr"></div>
<div class="bg-body-tertiary border">Third item</div>
<div class="p-2">Third item</div>
</div>
{{< /example >}}