Skip to content

Commit

Permalink
Merge pull request #1090 from siiddhantt/fix/minor-bugs
Browse files Browse the repository at this point in the history
fix: minor ui bug
  • Loading branch information
dartpain authored Aug 23, 2024
2 parents 7502e18 + 46cec63 commit 606bf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/settings/APIKeys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function APIKeys() {
}, []);
return (
<div className="mt-8">
<div className="flex w-full flex-col lg:w-max">
<div className="flex flex-col max-w-[876px]">
<div className="flex justify-end">
<button
onClick={() => setCreateModal(true)}
Expand All @@ -103,7 +103,7 @@ export default function APIKeys() {
<table className="block w-max table-auto content-center justify-center rounded-xl border text-center dark:border-chinese-silver dark:text-bright-gray">
<thead>
<tr>
<th className="border-r p-4 md:w-[244px]">
<th className="w-[244px] border-r p-4">
{t('settings.apiKeys.name')}
</th>
<th className="w-[244px] border-r px-4 py-2">
Expand Down

0 comments on commit 606bf1f

Please sign in to comment.