Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.0/components/buttons.md')
-rw-r--r--site/content/docs/5.0/components/buttons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/buttons.md b/site/content/docs/5.0/components/buttons.md
index be2bc3e704..b53263a886 100644
--- a/site/content/docs/5.0/components/buttons.md
+++ b/site/content/docs/5.0/components/buttons.md
@@ -131,7 +131,7 @@ Additional utilities can be used to adjust the alignment of buttons when horizon
{{< example >}}
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
- <button class="btn btn-primary mr-md-2" type="button">Button</button>
+ <button class="btn btn-primary me-md-2" type="button">Button</button>
<button class="btn btn-primary" type="button">Button</button>
</div>
{{< /example >}}