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:
parent
fd0d7e28fe
commit
36b33bd145
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user