From: Mark Otto Date: Sun, 15 Nov 2015 05:29:09 +0000 (-0800) Subject: fixes #18241: bump up border-radius values on .label-pill for when customization... X-Git-Tag: v4.0.0-alpha.2~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b33bd145af0ac212e7d6ce88cc9b7abc9f43fc;p=thirdparty%2Fbootstrap.git fixes #18241: bump up border-radius values on .label-pill for when customization means the 1rem value doesn't cut it --- diff --git a/scss/_labels.scss b/scss/_labels.scss index 9dcc10e091..8b2f0f82ab 100644 --- a/scss/_labels.scss +++ b/scss/_labels.scss @@ -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