0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

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

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