fix(UI):conversation,settings

This commit is contained in:
ManishMadan2882
2024-05-07 20:37:05 +05:30
parent 25efaf08b7
commit 7a2e491199
7 changed files with 14 additions and 15 deletions

View File

@@ -8,8 +8,8 @@ const Documents: React.FC<DocumentsProps> = ({
return (
<div className="mt-8">
<div className="flex flex-col">
<div className="mt-[27px] w-max overflow-x-auto rounded-xl border dark:border-chinese-silver">
<table className="block w-full table-auto content-center justify-center text-center dark:text-bright-gray">
<div className="w-full overflow-x-auto">
<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]">Document Name</th>