]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #18241: bump up border-radius values on .label-pill for when customization...
authorMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 05:29:09 +0000 (21:29 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 15 Nov 2015 05:29:09 +0000 (21:29 -0800)
scss/_labels.scss

index 9dcc10e0915521b9f7b11ffd0251ac1a10e1c2d0..8b2f0f82abb4cf4a1ef022b1d61e3cae8059c5c1 100644 (file)
@@ -43,7 +43,9 @@ a.label {
 .label-pill {
   padding-right: .6em;
   padding-left: .6em;
-  @include border-radius(1rem);
+  // Use a higher than normal value to ensure completely rounded edges when
+  // customizing padding or font-size on labels.
+  @include border-radius(10rem);
 }
 
 // Colors