fix: chatbot table out of bounds

This commit is contained in:
Siddhant Rai
2024-08-23 11:57:24 +05:30
parent 7502e1881f
commit 46cec638dd

View File

@@ -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)}
@@ -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">