Skip to content

Commit dbb33b9

Browse files
authored
fix(ui): improve the alignment of api keys code (calcom#25570)
fix: api key horizontally centered
1 parent ead0691 commit dbb33b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/features/ee/api-keys/components/ApiKeyDialogForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function ApiKeyDialogForm({
107107
</div>
108108
<div>
109109
<div className="flex">
110-
<code className="bg-subtle text-default w-full truncate rounded-md rounded-r-none py-[6px] pl-2 pr-2 align-middle font-mono">
110+
<code className="bg-subtle inline-flex items-center text-default w-full truncate rounded-md rounded-r-none pl-2 pr-2 font-mono">
111111
{" "}
112112
{apiKey}
113113
</code>

0 commit comments

Comments
 (0)