nicer text placement in pills
This commit is contained in:
@@ -185,6 +185,12 @@
|
||||
font-size: var(--font-size-xs);
|
||||
font-family: var(--font-main);
|
||||
font-weight: 500;
|
||||
|
||||
@supports (text-box-trim: trim-both) {
|
||||
text-box-trim: trim-both;
|
||||
text-box-edge: cap alphabetic;
|
||||
padding-block: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.moreDates {
|
||||
|
||||
@@ -348,6 +348,12 @@ select {
|
||||
font-size: var(--font-size-caption);
|
||||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
|
||||
@supports (text-box-trim: trim-both) {
|
||||
text-box-trim: trim-both;
|
||||
text-box-edge: cap alphabetic;
|
||||
padding-block: 0.4em;
|
||||
}
|
||||
}
|
||||
|
||||
.blockContent {
|
||||
|
||||
Reference in New Issue
Block a user