mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02: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:
@@ -43,7 +43,9 @@ a.label {
|
|||||||
.label-pill {
|
.label-pill {
|
||||||
padding-right: .6em;
|
padding-right: .6em;
|
||||||
padding-left: .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
|
// Colors
|
||||||
|
Reference in New Issue
Block a user