Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit fae7b79

Browse files
committed
Fix tag filtering on mobile
1 parent 8fc1aaf commit fae7b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/tag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const Tag = d => {
121121
<div tw="flex items-center my-4 max-w-full">
122122
Type:
123123
<Select
124-
tw="w-1/3 ml-3"
124+
tw="w-full ml-3"
125125
value={selectedCategory}
126126
onChange={handleCategory}
127127
options={categories}

0 commit comments

Comments
 (0)