diff options
| author | Oxydent <[email protected]> | 2021-10-26 13:37:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-26 14:37:45 +0300 |
| commit | dc06b9966e21faa3f1d2f9ce14cb12a0870e8c6c (patch) | |
| tree | 397c45113f50e8e0b168468db351a0c6b3bb302e /site | |
| parent | 5771fcc4a9aed00057728988250269cfe0c9aa03 (diff) | |
| download | bootstrap-dc06b9966e21faa3f1d2f9ce14cb12a0870e8c6c.tar.xz bootstrap-dc06b9966e21faa3f1d2f9ce14cb12a0870e8c6c.zip | |
fix(offcanvas): Adding titles class where missing (#35264)
Co-authored-by: louismaximepiton <[email protected]>
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.1/components/offcanvas.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/components/offcanvas.md b/site/content/docs/5.1/components/offcanvas.md index a5bf9426f..b1dd9c601 100644 --- a/site/content/docs/5.1/components/offcanvas.md +++ b/site/content/docs/5.1/components/offcanvas.md @@ -95,7 +95,7 @@ Try the top, right, and bottom examples out below. <div class="offcanvas offcanvas-top" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel"> <div class="offcanvas-header"> - <h5 id="offcanvasTopLabel">Offcanvas top</h5> + <h5 class="offcanvas-title" id="offcanvasTopLabel">Offcanvas top</h5> <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body"> @@ -109,7 +109,7 @@ Try the top, right, and bottom examples out below. <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel"> <div class="offcanvas-header"> - <h5 id="offcanvasRightLabel">Offcanvas right</h5> + <h5 class="offcanvas-title" id="offcanvasRightLabel">Offcanvas right</h5> <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body"> |
