diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index 88340105b5..68d87e090b 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -26,7 +26,7 @@ {% endhighlight %}
Remove the .sr-only
class from within the progress bar to show a visible percentage. For low percentages, consider adding a min-width
to ensure the label's text is fully visible.
Remove the <span>
with .sr-only
class from within the progress bar to show a visible percentage.
Progress bars representing low single digit percentages, as well as 0%, include a min-width: 20px;
for legibility.
To ensure that the label text remains legible even for low percentages, consider adding a min-width
to the progress bar.