mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-19 11:52:21 +01:00
Examples: fix Cheatsheet examples horizontal scrolling (#40799)
Some checks failed
BrowserStack / browserstack (push) Has been cancelled
Bundlewatch / bundlewatch (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
cspell / cspell (push) Has been cancelled
CSS / css (push) Has been cancelled
Docs / docs (push) Has been cancelled
JS Tests / JS Tests (push) Has been cancelled
Lint / lint (push) Has been cancelled
CSS (node-sass) / css (push) Has been cancelled
Release notes / update_release_draft (push) Has been cancelled
Some checks failed
BrowserStack / browserstack (push) Has been cancelled
Bundlewatch / bundlewatch (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
cspell / cspell (push) Has been cancelled
CSS / css (push) Has been cancelled
Docs / docs (push) Has been cancelled
JS Tests / JS Tests (push) Has been cancelled
Lint / lint (push) Has been cancelled
CSS (node-sass) / css (push) Has been cancelled
Release notes / update_release_draft (push) Has been cancelled
This commit is contained in:
parent
2f7184e125
commit
fee9dc2438
@ -921,7 +921,7 @@ direction: rtl
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{< example show_markup="false" >}}
|
{{< example show_markup="false" >}}
|
||||||
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap">
|
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap me-0">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
زر القائمة المنسدلة
|
زر القائمة المنسدلة
|
||||||
@ -1034,7 +1034,7 @@ direction: rtl
|
|||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
|
||||||
{{< example show_markup="false" >}}
|
{{< example show_markup="false" >}}
|
||||||
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap">
|
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap me-0">
|
||||||
<div class="dropend">
|
<div class="dropend">
|
||||||
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
زر القائمة المنسدلة لليسار
|
زر القائمة المنسدلة لليسار
|
||||||
|
@ -920,7 +920,7 @@ body_class: "bg-body-tertiary"
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{< example show_markup="false" >}}
|
{{< example show_markup="false" >}}
|
||||||
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap">
|
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap me-0">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
<button class="btn btn-secondary btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
Dropdown button
|
Dropdown button
|
||||||
@ -1033,7 +1033,7 @@ body_class: "bg-body-tertiary"
|
|||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
|
||||||
{{< example show_markup="false" >}}
|
{{< example show_markup="false" >}}
|
||||||
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap">
|
<div class="btn-group w-100 align-items-center justify-content-between flex-wrap me-0">
|
||||||
<div class="dropend">
|
<div class="dropend">
|
||||||
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
Dropend button
|
Dropend button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user