diff --git a/js/tests/unit/tab.spec.js b/js/tests/unit/tab.spec.js index 4fcf8ee0f0b4..50fb57c8aa4f 100644 --- a/js/tests/unit/tab.spec.js +++ b/js/tests/unit/tab.spec.js @@ -376,17 +376,17 @@ describe('Tab', () => { '
Oh snap! Change a few things up and try submitting again.
@@ -27,7 +27,7 @@Oh snap! Change a few things up and try submitting again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.
@@ -38,7 +38,7 @@Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui. Nullam quis risus eget urna mollis ornare vel eu leo. Nulla vitae elit libero, a pharetra augue.
diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html index e64fd1d880fb..117a692b070b 100644 --- a/js/tests/visual/toast.html +++ b/js/tests/visual/toast.html @@ -42,7 +42,7 @@I will not close if you click outside me. Don't even try to press escape key.
@@ -1530,7 +1530,7 @@ export const body_class = 'bg-body-tertiary'This is some placeholder content to show the scrolling behavior for modals. We use repeated line breaks to demonstrate how content can exceed minimum inner height, thereby showing inner scrolling. When content becomes longer than the predefined max-height of modal, content will be cropped and scrollable within the modal.
@@ -1549,7 +1549,7 @@ export const body_class = 'bg-body-tertiary'diff --git a/site/src/assets/examples/modals/index.astro b/site/src/assets/examples/modals/index.astro index 9514f6f1fb0b..1a6d28770ef6 100644 --- a/site/src/assets/examples/modals/index.astro +++ b/site/src/assets/examples/modals/index.astro @@ -35,7 +35,7 @@ export const extra_css = ['modals.css']
This is a modal sheet, a variation of the modal that docs itself to the bottom of the viewport like the newer share sheets in iOS.
@@ -109,7 +109,7 @@ export const extra_css = ['modals.css']`}
+ code={``}
lang="html"
/>
@@ -24,6 +24,6 @@ const { name } = Astro.props
`}
+ code={``}
lang="html"
/>
diff --git a/site/src/content/docs/components/alerts.mdx b/site/src/content/docs/components/alerts.mdx
index e25604462b26..40e3dadcf3d3 100644
--- a/site/src/content/docs/components/alerts.mdx
+++ b/site/src/content/docs/components/alerts.mdx
@@ -115,7 +115,7 @@ You can see this in action with a live demo:
Holy guacamole! You should check in on some of those fields below.
-
+
Modal body text goes here.
@@ -60,7 +60,7 @@ Below is a _static_ modal example (meaning its `position` and `display` have beeModal body text goes here.
@@ -87,7 +87,7 @@ Toggle a working modal demo by clicking the button below. It will slide down andWoo-hoo, you’re reading this text in a modal!
@@ -116,7 +116,7 @@ Toggle a working modal demo by clicking the button below. It will slide down andI will not close if you click outside of me. Don’t even try to press escape key.
@@ -168,7 +168,7 @@ When backdrop is set to static, the modal will not close when clicking outside oThis is some placeholder content to show the scrolling behavior for modals. Instead of repeating the text in the modal, we use an inline style to set a minimum height, thereby extending the length of the overall modal and demonstrating the overflow scrolling. When content becomes longer than the height of the viewport, scrolling will move the modal as needed.
@@ -215,7 +215,7 @@ You can also create a scrollable modal that allows scrolling the modal body by aThis is some placeholder content to show the scrolling behavior for modals. We use repeated line breaks to demonstrate how content can exceed minimum inner height, thereby showing inner scrolling. When content becomes longer than the predefined max-height of modal, content will be cropped and scrollable within the modal.
@@ -250,7 +250,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.This is a vertically centered modal.
@@ -268,7 +268,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.This is some placeholder content to show a vertically centered modal. We’ve added some extra copy here to show how vertically centering the modal works when combined with scrollable modals. We also use some repeated line breaks to quickly extend the height of the content, thereby triggering the scrolling. When content becomes longer than the predefined max-height of modal, content will be cropped and scrollable within the modal.
@@ -307,7 +307,7 @@ Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.