Skip to content

Commit

Permalink
fix: adjust container width to align
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobruneli committed Oct 1, 2023
1 parent c63baf7 commit aab644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/settings/tabs/ApiKeysCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const ApiKeysCard = () => {
<Input
readOnly
type={hidden ? 'password' : 'text'}
rightSectionWidth={70}
rightSectionWidth={78}
rightSection={
<>
<ActionIcon variant="transparent" onClick={() => setHidden(!hidden)}>
Expand Down

0 comments on commit aab644c

Please sign in to comment.