Skip to content

Commit ab43afe

Browse files
committed
change width unit
1 parent 2c96275 commit ab43afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usehooks.com/src/pages/[hook].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const installSnippet = experimental
196196

197197
:global(.reference td:not(:last-of-type)),
198198
:global(.reference th:not(:last-of-type)) {
199-
min-width: 120px;
199+
min-width: 10ch;
200200
}
201201

202202
:global(.reference td:last-of-type),

0 commit comments

Comments
 (0)