diff options
| author | Jaume Sala <[email protected]> | 2021-05-08 14:22:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-08 13:22:07 +0100 |
| commit | e54d43cba371f8e4756789f30c62c92c816ecb83 (patch) | |
| tree | b4df66c37c72b44767a197708010107a290371f8 | |
| parent | 275b81e675cf7d4340445250f0101b465e5a47c6 (diff) | |
| download | bootstrap-e54d43cba371f8e4756789f30c62c92c816ecb83.tar.xz bootstrap-e54d43cba371f8e4756789f30c62c92c816ecb83.zip | |
Fix value (#33868)
| -rw-r--r-- | site/content/docs/5.0/utilities/position.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/utilities/position.md b/site/content/docs/5.0/utilities/position.md index bc57eb028..46e62dd36 100644 --- a/site/content/docs/5.0/utilities/position.md +++ b/site/content/docs/5.0/utilities/position.md @@ -107,7 +107,7 @@ You can use these classes with existing components to create new ones. Remember {{< example class="bd-example-position-examples" >}} <div class="position-relative m-4"> <div class="progress" style="height: 1px;"> - <div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> + <div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> </div> <button type="button" class="position-absolute top-0 start-0 translate-middle btn btn-sm btn-primary rounded-pill" style="width: 2rem; height:2rem;">1</button> <button type="button" class="position-absolute top-0 start-50 translate-middle btn btn-sm btn-primary rounded-pill" style="width: 2rem; height:2rem;">2</button> |
