Skip to content

Commit c9dab79

Browse files
authored
Merge pull request #128 from enBloc-org/#108/tags-redesign
style: define flex grow and shrink behaviour for tags
2 parents 080ba08 + 1304f58 commit c9dab79

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/FilterTags/FilterTags.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
border: 1px solid var(--highlight);
1212
border-radius: 1.25rem;
1313
padding: 0.625rem;
14-
min-width: 40px;
14+
flex-basis: 25px;
15+
flex-grow: 1;
16+
flex-shrink: 1;
17+
white-space: nowrap;
18+
text-align: center;
19+
cursor: pointer;
1520
}
1621

1722
.button--filter:hover {

0 commit comments

Comments
 (0)