Skip to content

Commit 955d254

Browse files
committed
docs: fix headless tabs examples width
1 parent 75f7041 commit 955d254

File tree

1 file changed

+1
-1
lines changed
  • apps/website/src/routes/docs/headless/tabs

1 file changed

+1
-1
lines changed

apps/website/src/routes/docs/headless/tabs/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.tabs-example [role='tab'] {
2-
width: 170px;
2+
width: 148px;
33
background: hsl(var(--muted));
44
}
55

0 commit comments

Comments
 (0)