diff --git a/docs/components/label.md b/docs/components/label.md index e5937fcd6e45a33e29e04078f2662b955c680efd..42fa514472a9a65f65c6017b5e8893fa8a3a67ea 100644 --- a/docs/components/label.md +++ b/docs/components/label.md @@ -33,7 +33,7 @@ Add any of the below mentioned modifier classes to change the appearance of a la ### Pill labels -Use the `.label-pill` modifier class to increase the rounded corners. Useful if you miss the badges from v3. +Use the `.label-pill` modifier class to make labels more rounded (with a larger `border-radius` and additional horizontal `padding`). Useful if you miss the badges from v3. {% example html %} <span class="label label-pill label-default">Default</span>