Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_labels.scss')
-rw-r--r--assets/stylesheets/bootstrap/_labels.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_labels.scss b/assets/stylesheets/bootstrap/_labels.scss
index 9dcc10e..8b2f0f8 100644
--- a/assets/stylesheets/bootstrap/_labels.scss
+++ b/assets/stylesheets/bootstrap/_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