aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual
diff options
context:
space:
mode:
authorLouis-Maxime Piton <[email protected]>2022-05-20 19:21:48 +0200
committerGitHub <[email protected]>2022-05-20 10:21:48 -0700
commit8959bf3f0bbaca514967661a6b721a3f065f49a9 (patch)
tree414bfe693230df5b2004547ba59b921b72a403d4 /js/tests/visual
parent73e45ee36cf4fdb6014267ecc67ba53a8b25fdae (diff)
downloadbootstrap-8959bf3f0bbaca514967661a6b721a3f065f49a9.tar.xz
bootstrap-8959bf3f0bbaca514967661a6b721a3f065f49a9.zip
Docs: quick fixes for HTML (#36395)
* Using the new helper in the doc * Remove input from `Tab` access * Change scrollspy code examples * Reordering tables for JS * Fix for parcel file * Center align all the code example texts in layout * Alphabetical reorder the helpers
Diffstat (limited to 'js/tests/visual')
-rw-r--r--js/tests/visual/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html
index f11edea95..ab0986c58 100644
--- a/js/tests/visual/modal.html
+++ b/js/tests/visual/modal.html
@@ -184,7 +184,7 @@
<br><br>
- <div class="bg-dark text-white p-2" id="tall" style="display: none;">
+ <div class="text-bg-dark p-2" id="tall" style="display: none;">
Tall body content to force the page to have a scrollbar.
</div>