0
0
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

This commit is contained in:
Julien Déramond 2024-10-08 08:42:23 +02:00 committed by GitHub
parent 2f7184e125
commit fee9dc2438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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">
زر القائمة المنسدلة لليسار زر القائمة المنسدلة لليسار

View File

@ -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