aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzcl <[email protected]>2023-07-17 11:41:56 +0800
committerGitHub <[email protected]>2023-07-16 20:41:56 -0700
commit3ea4168cb62f40b1ee3801d827c59333e5996bfb (patch)
treeddff10c61a7f9044fad16f7452662e8bb6b1cbd4
parent7dfa9c58902eaa05ba65945dd6f3ca6c501b7a3e (diff)
downloadbootstrap-3ea4168cb62f40b1ee3801d827c59333e5996bfb.tar.xz
bootstrap-3ea4168cb62f40b1ee3801d827c59333e5996bfb.zip
Streamline a certain amount and increase presentations in different directions (#38604)
-rw-r--r--site/content/docs/5.3/components/button-group.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/site/content/docs/5.3/components/button-group.md b/site/content/docs/5.3/components/button-group.md
index 9c6356249..9f26a9181 100644
--- a/site/content/docs/5.3/components/button-group.md
+++ b/site/content/docs/5.3/components/button-group.md
@@ -190,8 +190,6 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
<button type="button" class="btn btn-primary">Button</button>
<button type="button" class="btn btn-primary">Button</button>
<button type="button" class="btn btn-primary">Button</button>
- <button type="button" class="btn btn-primary">Button</button>
- <button type="button" class="btn btn-primary">Button</button>
</div>
{{< /example >}}
@@ -208,9 +206,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
</ul>
</div>
- <button type="button" class="btn btn-primary">Button</button>
- <button type="button" class="btn btn-primary">Button</button>
- <div class="btn-group" role="group">
+ <div class="btn-group dropstart" role="group">
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</button>
@@ -219,7 +215,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
</ul>
</div>
- <div class="btn-group" role="group">
+ <div class="btn-group dropend" role="group">
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</button>
@@ -228,7 +224,7 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
<li><a class="dropdown-item" href="#">Dropdown link</a></li>
</ul>
</div>
- <div class="btn-group" role="group">
+ <div class="btn-group dropup" role="group">
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</button>