From f0acc74cbad1345856667aafe6caeddde1b9a399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Wed, 23 Oct 2024 14:15:17 +0200 Subject: [PATCH] Update `.container` and other stuff --- js/tests/integration/index.html | 2 +- js/tests/unit/dropdown.spec.js | 2 +- js/tests/unit/scrollspy.spec.js | 4 +- js/tests/visual/alert.html | 2 +- js/tests/visual/button.html | 2 +- js/tests/visual/carousel.html | 2 +- js/tests/visual/collapse.html | 2 +- js/tests/visual/dropdown.html | 2 +- js/tests/visual/input.html | 2 +- js/tests/visual/modal.html | 2 +- js/tests/visual/popover.html | 2 +- js/tests/visual/scrollspy.html | 2 +- js/tests/visual/tab.html | 2 +- js/tests/visual/toast.html | 2 +- js/tests/visual/tooltip.html | 2 +- site/content/docs/0.0/helpers/position.md | 16 +-- site/content/docs/0.0/layout/breakpoints.md | 28 ++--- site/content/docs/0.0/layout/columns.md | 36 +++--- site/content/docs/0.0/layout/containers.md | 18 +-- site/content/docs/0.0/layout/grid.md | 129 ++++++++++++++------ site/content/docs/0.0/utilities/float.md | 8 +- site/data/breakpoints.yml | 10 +- 22 files changed, 163 insertions(+), 114 deletions(-) diff --git a/js/tests/integration/index.html b/js/tests/integration/index.html index 3f2c2198ed..b5dccb6af5 100644 --- a/js/tests/integration/index.html +++ b/js/tests/integration/index.html @@ -11,7 +11,7 @@ Hello, world! -
+

Hello, world!

diff --git a/js/tests/unit/dropdown.spec.js b/js/tests/unit/dropdown.spec.js index 156005588d..568d7509e4 100644 --- a/js/tests/unit/dropdown.spec.js +++ b/js/tests/unit/dropdown.spec.js @@ -2408,7 +2408,7 @@ describe('Dropdown', () => { it('should open the dropdown when clicking the child element inside `data-bs-toggle="dropdown"`', () => { return new Promise(resolve => { fixtureEl.innerHTML = [ - '
', + '
', '