Skip to content

Commit 0061dc0

Browse files
committed
fix: update line height for CTA
1 parent 083bb16 commit 0061dc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/UsersPage/UsersTable/GroupsCell.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export function GroupsCell({ userGroups }: GroupsCellProps) {
2626
border: "none",
2727
textAlign: "left",
2828
padding: 0,
29+
lineHeight: "1.4",
2930
"&:hover": {
3031
border: "none",
3132
backgroundColor: "transparent",

0 commit comments

Comments
 (0)