From 8a7e08ebd25151fee02f2e3091190394f9d983cd Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Wed, 5 Aug 2015 00:46:27 -0700
Subject: [PATCH] docs twerks

---
 docs/components/label.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/label.md b/docs/components/label.md
index e5937fcd6e..42fa514472 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>
-- 
GitLab