Skip to content

Commit

Permalink
fix #884
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nax committed Sep 24, 2024
1 parent 4be5d85 commit 191057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceward/src/features/keys/Keys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const KeyCard = ({ data: { addresses, key } }: { data: QueryKeyResponse }) => {
) : (
<div className="flex justify-between items-center w-full">
<input
className="font-display text-xl font-bold tracking-[0.1px] focus-visible:!ring-0 focus-visible:!ring-offset-0 !ring-0 border-0 outline-0"
className="font-display text-xl font-bold tracking-[0.1px] focus-visible:!ring-0 focus-visible:!ring-offset-0 !ring-0 border-0 outline-0 max-w-[80%]"
value={nameInput}
onChange={(e) =>
setNameInput(e.target.value)
Expand Down

0 comments on commit 191057e

Please sign in to comment.