mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
fix: sharp corner of the cell
This commit is contained in:
@@ -118,7 +118,7 @@ export default function APIKeys() {
|
||||
<tbody>
|
||||
{!apiKeys?.length && (
|
||||
<tr>
|
||||
<td colSpan={4} className="border-r border-t p-4">
|
||||
<td colSpan={4} className="border-t p-4">
|
||||
{t('settings.apiKeys.noData')}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -76,7 +76,7 @@ const Documents: React.FC<DocumentsProps> = ({
|
||||
<tbody>
|
||||
{!documents?.length && (
|
||||
<tr>
|
||||
<td colSpan={5} className="border-r border-t p-4">
|
||||
<td colSpan={5} className="border-t p-4">
|
||||
{t('settings.documents.noData')}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user