diff --git a/.upgradenotes/MDL-81818-2024053109201607.yml b/.upgradenotes/MDL-81818-2024053109201607.yml new file mode 100644 index 00000000000..9fedb9068cf --- /dev/null +++ b/.upgradenotes/MDL-81818-2024053109201607.yml @@ -0,0 +1,5 @@ +issueNumber: MDL-81818 +notes: + theme_boost: + - message: 'Bootstrap .no-gutters class is no longer used, use .g-0 instead.' + type: changed diff --git a/admin/tool/componentlibrary/content/bootstrap/components/card.md b/admin/tool/componentlibrary/content/bootstrap/components/card.md index ea784dc9946..18645248cfc 100644 --- a/admin/tool/componentlibrary/content/bootstrap/components/card.md +++ b/admin/tool/componentlibrary/content/bootstrap/components/card.md @@ -392,11 +392,11 @@ Note that content should not be larger than the height of the image. If content ## Horizontal -Using a combination of grid and utility classes, cards can be made horizontal in a mobile-friendly and responsive way. In the example below, we remove the grid gutters with `.no-gutters` and use `.col-md-*` classes to make the card horizontal at the `md` breakpoint. Further adjustments may be needed depending on your card content. +Using a combination of grid and utility classes, cards can be made horizontal in a mobile-friendly and responsive way. In the example below, we remove the grid gutters with `.g-0` and use `.col-md-*` classes to make the card horizontal at the `md` breakpoint. Further adjustments may be needed depending on your card content. {{< example >}}
-
+
{{< placeholder width="100%" height="250" class="" text="Image" >}}
diff --git a/admin/tool/componentlibrary/content/bootstrap/utilities/stretched-link.md b/admin/tool/componentlibrary/content/bootstrap/utilities/stretched-link.md index db714cd7687..436318101cb 100644 --- a/admin/tool/componentlibrary/content/bootstrap/utilities/stretched-link.md +++ b/admin/tool/componentlibrary/content/bootstrap/utilities/stretched-link.md @@ -38,7 +38,7 @@ Media objects do not have `position: relative` by default, so we need to add the Columns are `position: relative` by default, so clickable columns only require the `.stretched-link` class on a link. However, stretching a link over an entire `.row` requires `.position-static` on the column and `.position-relative` on the row. {{< example >}} -
+
{{< placeholder width="100%" height="200" class="w-100" text=" " title="Generic placeholder image" >}}
diff --git a/admin/tool/componentlibrary/hugo/site/layouts/_default/docs.html b/admin/tool/componentlibrary/hugo/site/layouts/_default/docs.html index 93c3b7c9938..27a96ef96b8 100644 --- a/admin/tool/componentlibrary/hugo/site/layouts/_default/docs.html +++ b/admin/tool/componentlibrary/hugo/site/layouts/_default/docs.html @@ -1,7 +1,7 @@ {{ partial "skippy" . }}
-
+