Skip to content

Commit ba919fb

Browse files
committed
tweak(ui): shrink review expand/collapse width
1 parent 47b4de3 commit ba919fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/session-review.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export const SessionReview = (props: SessionReviewProps) => {
310310
<Button
311311
size="small"
312312
icon="chevron-grabber-vertical"
313-
class="w-[110px] justify-start"
313+
class="w-[106px] justify-start"
314314
onClick={handleExpandOrCollapseAll}
315315
>
316316
<Switch>

0 commit comments

Comments
 (0)