fixes #18241: bump up border-radius values on .label-pill for when customization means the 1rem value doesn't cut it

This commit is contained in:
Mark Otto 2015-11-14 21:29:09 -08:00
parent fd0d7e28fe
commit 36b33bd145
1 changed files with 3 additions and 1 deletions

View 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