Skip to content

Commit e094a9a

Browse files
committed
vertical center text in labels
1 parent f4d7cd7 commit e094a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/labels.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ h2 > .flex-label {
8484

8585
.label {
8686
display: inline-block;
87-
height: 24px;
87+
/* height: 24px; */
8888
padding: 0.2rem 0.8rem;
89-
justify-content: center;
90-
align-items: center;
89+
/* justify-content: center; */
90+
/* align-items: center; */
9191
flex-shrink: 0;
9292
border-radius: 9999px;
9393
background: rgba(var(--colors-baltic-50));

0 commit comments

Comments
 (0)