Skip to content

Commit 2101051

Browse files
authored
style: fix height of report button (calcom#24918)
* style: fix height * style: fix height
1 parent a241cb0 commit 2101051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/components/booking/BookingListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ function BookingListItem(booking: BookingItemProps) {
470470
onClick={reportActionWithHandler.onClick}
471471
disabled={reportActionWithHandler.disabled}
472472
data-testid={reportActionWithHandler.id}
473-
className="h-8 w-8"
473+
className="min-h-[34px] min-w-[34px]"
474474
tooltip={reportActionWithHandler.label}
475475
/>
476476
</div>

0 commit comments

Comments
 (0)