From: Julien Déramond Date: Tue, 21 Apr 2026 18:55:41 +0000 (+0200) Subject: Docs: add gap to Progress examples (#42344) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b1b19aa25104651e6481a3b2e1e4f3cb41eb5a;p=thirdparty%2Fbootstrap.git Docs: add gap to Progress examples (#42344) --- diff --git a/site/src/content/docs/components/progress.mdx b/site/src/content/docs/components/progress.mdx index c18a3a8b9e..6e00979f23 100644 --- a/site/src/content/docs/components/progress.mdx +++ b/site/src/content/docs/components/progress.mdx @@ -17,7 +17,9 @@ Progress components are built with two HTML elements, some CSS to set the width, Put that all together, and you have the following examples. - +
@@ -47,7 +49,9 @@ Bootstrap provides a handful of [utilities for setting width]([[docsref:/utiliti You only set a `height` value on the `.progress` container, so if you change that value, the inner `.progress-bar` will automatically resize accordingly. - +
@@ -76,7 +80,9 @@ If the text can overlap the progress bar, we often recommend displaying the labe Use background utility classes to change the appearance of individual progress bars. - +
@@ -93,7 +99,9 @@ Use background utility classes to change the appearance of individual progress b If you’re adding labels to progress bars with a custom background color, make sure to also set an appropriate [text color]([[docsref:/utilities/colors#colors]]), so the labels remain readable and have sufficient contrast. We recommend using the [theme contrast]([[docsref:/utilities/theme#contrast]]) helper classes. - +
25%
@@ -126,7 +134,9 @@ You can include multiple progress components inside a container with `.progress- Add `.progress-bar-striped` to any `.progress-bar` to apply a stripe via CSS gradient over the progress bar’s background color. - +