Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2022-11-11 12:56:45 +0300
committerGitHub <noreply@github.com>2022-11-11 12:56:45 +0300
commit0d3703349cf08026f38aa93e8e227980ec5b369a (patch)
treeaefb5703ac9f3852ac288cee1ad4e70153e633c7
parentd830035ea07b3175c22a3b6791d28992d88d721b (diff)
Update site/content/docs/5.2/components/progress.md
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
-rw-r--r--site/content/docs/5.2/components/progress.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/components/progress.md b/site/content/docs/5.2/components/progress.md
index 4b33434fe7..60f2242e56 100644
--- a/site/content/docs/5.2/components/progress.md
+++ b/site/content/docs/5.2/components/progress.md
@@ -20,7 +20,7 @@ Put that all together, and you have the following examples.
{{< example >}}
<div class="progress" role="progressbar" aria-label="Basic example" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
- <div class="progress-bar" style="width: 0"></div>
+ <div class="progress-bar" style="width: 0%"></div>
</div>
<div class="progress" role="progressbar" aria-label="Basic example" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
<div class="progress-bar" style="width: 25%"></div>