Skip to content

Commit

Permalink
chore: pin row height
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Sep 19, 2024
1 parent 8155d02 commit 01f9497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/certificate_requests/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export function CertificateRequestsTable({ csrs: rows }: TableProps) {
</>
),
className: "u-align--right has-overflow",
style: { height: "58px", overflow: "hidden" },
},
],
expanded: isCSRContentVisible || isCertContentVisible,
Expand Down
1 change: 1 addition & 0 deletions ui/src/app/users/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function UsersTable({ users }: TableProps) {
}]}
hasToggleIcon
position="right"
style={{ height: "40px" }}
/>
),
className: "u-align--right",
Expand Down

0 comments on commit 01f9497

Please sign in to comment.