diff --git a/site/src/assets/examples/sign-in/index.astro b/site/src/assets/examples/sign-in/index.astro index 5b937c184bf9..b6bc65a32c23 100644 --- a/site/src/assets/examples/sign-in/index.astro +++ b/site/src/assets/examples/sign-in/index.astro @@ -8,7 +8,7 @@ export const body_class = 'd-flex align-items-center py-4 bg-body-tertiary'
- + Bootstrap

Please sign in

diff --git a/site/src/content/docs/components/dialog.mdx b/site/src/content/docs/components/dialog.mdx index bfec3a9b2e0b..2bb96b3f48fd 100644 --- a/site/src/content/docs/components/dialog.mdx +++ b/site/src/content/docs/components/dialog.mdx @@ -71,7 +71,7 @@ To make a dialog dark, add `data-bs-theme="dark"` to the `` element. When `backdrop` is set to `static`, the dialog will not close when clicking outside of it. Click the button below to try it. - + Open static backdrop dialog diff --git a/site/src/content/docs/components/navbar.mdx b/site/src/content/docs/components/navbar.mdx index ca49695322fe..50bf3b858a51 100644 --- a/site/src/content/docs/components/navbar.mdx +++ b/site/src/content/docs/components/navbar.mdx @@ -68,7 +68,7 @@ Here’s a navbar that includes most supported sub-components and a responsive r Here’s what you need to know before getting started with the navbar: -- Navbars require a wrapping `.navbar` with `.navbar-expand-{breakpoint}` for responsive collapsing and [color scheme](#color-schemes) classes. +- Navbars require a wrapping `.navbar` with `.{breakpoint}:navbar-expand` (e.g. `.md:navbar-expand`) for responsive collapsing and [color scheme](#color-schemes) classes. - Navbars and their contents are fluid by default. Change the [container](#containers) to limit their horizontal width in different ways. - Use our [margin]([[docsref:/utilities/margin]]), [padding]([[docsref:/utilities/padding]]), and [flex]([[docsref:/utilities/flex]]) utility classes for controlling spacing and alignment within navbars. - Navbars are responsive by default using our **drawer component**. On mobile, navigation links slide in from the side as a drawer. diff --git a/site/src/content/docs/forms/layout.mdx b/site/src/content/docs/forms/layout.mdx index 8265e1b52c46..e5521bca59ba 100644 --- a/site/src/content/docs/forms/layout.mdx +++ b/site/src/content/docs/forms/layout.mdx @@ -109,7 +109,7 @@ More complex layouts can also be created with the grid system. ## Horizontal form -Create horizontal forms with the grid by adding the `.row` class to form groups and using the `.col-*-*` classes to specify the width of your labels and controls. Be sure to add `.col-form-label` to your `