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 >}}