Skip to content

Commit f0574a4

Browse files
committed
fix: prevent tag pills from stretching
1 parent d5fd862 commit f0574a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,12 +339,15 @@ select {
339339
}
340340

341341
.theme-tags {
342+
align-self: start;
342343
display: flex;
343344
flex-wrap: wrap;
344345
gap: 6px;
346+
align-items: center;
345347
}
346348

347349
.theme-tags span {
350+
flex: 0 0 auto;
348351
display: inline-flex;
349352
align-items: center;
350353
min-height: 24px;

0 commit comments

Comments
 (0)