mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-26 11:58:28 +02:00
remove minor border issue
This commit is contained in:
@@ -39,7 +39,6 @@ export function DocumentMetadataBlock({
|
|||||||
|
|
||||||
{metadataEntries.length > 0 && (
|
{metadataEntries.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<div className="mx-1 h-4 border-l border-border" />
|
|
||||||
<div className="flex items-center overflow-hidden">
|
<div className="flex items-center overflow-hidden">
|
||||||
{metadataEntries
|
{metadataEntries
|
||||||
.slice(0, MAX_METADATA_ITEMS)
|
.slice(0, MAX_METADATA_ITEMS)
|
||||||
|
Reference in New Issue
Block a user