nicer text placement in pills

This commit is contained in:
2026-07-05 02:35:43 +02:00
parent 7b537c9ffa
commit 9e503d8165
2 changed files with 13 additions and 1 deletions
@@ -185,6 +185,12 @@
font-size: var(--font-size-xs); font-size: var(--font-size-xs);
font-family: var(--font-main); font-family: var(--font-main);
font-weight: 500; font-weight: 500;
@supports (text-box-trim: trim-both) {
text-box-trim: trim-both;
text-box-edge: cap alphabetic;
padding-block: 0.25em;
}
} }
.moreDates { .moreDates {
+6
View File
@@ -348,6 +348,12 @@ select {
font-size: var(--font-size-caption); font-size: var(--font-size-caption);
font-weight: 500; font-weight: 500;
text-decoration: none; text-decoration: none;
@supports (text-box-trim: trim-both) {
text-box-trim: trim-both;
text-box-edge: cap alphabetic;
padding-block: 0.4em;
}
} }
.blockContent { .blockContent {