From 6cf3bdeec0c8c3d39cbdd09d03463949e0320417 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 5 Aug 2026 01:42:58 +0200 Subject: [PATCH] docs(MultiSelect): put the version badge under the heading, not after the prose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every other section states the version before describing the feature; the chips section had the badge trailing the paragraph, so a reader learned it was new only after reading what it does. Also drops a stray leading space before the offcanvas badge. The one in the alerts list stays inline — there it marks a single bullet as new rather than the whole section, which is a different thing. --- docs/src/content/docs/components/offcanvas.mdx | 2 +- docs/src/content/docs/forms/multi-select.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/components/offcanvas.mdx b/docs/src/content/docs/components/offcanvas.mdx index ce332c441f..e14f2b224e 100644 --- a/docs/src/content/docs/components/offcanvas.mdx +++ b/docs/src/content/docs/components/offcanvas.mdx @@ -129,7 +129,7 @@ When the backdrop is set to static, the Bootstrap offcanvas will remain open whe ## Dark offcanvas - + Change the appearance of offcanvas elements using utilities to better match various contexts, such as dark navbars. Here, we add `.text-bg-dark` to the `.offcanvas` and `.btn-close-white` to `.btn-close` for proper styling with a dark offcanvas. If there are dropdowns inside, consider also adding `.dropdown-menu-dark` to `.dropdown-menu`. diff --git a/docs/src/content/docs/forms/multi-select.mdx b/docs/src/content/docs/forms/multi-select.mdx index 2fc1cbac06..8bebb45807 100644 --- a/docs/src/content/docs/forms/multi-select.mdx +++ b/docs/src/content/docs/forms/multi-select.mdx @@ -159,7 +159,9 @@ If you want to display selected options as tags, add the `data-coreui-selection- ### Chips -Add `data-coreui-selection-type="chips"` to render selected options as [Chip](/components/chip/) components — each selection becomes a real chip with the standard chip styling and a labelled remove button. + + +Add `data-coreui-selection-type="chips"` to render selected options as [Chip](/components/chip/) components — each selection becomes a real chip with the standard chip styling and a labelled remove button.