mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Fix bug (title overflow) (#3431)
This commit is contained in:
@@ -257,7 +257,7 @@ function Main({ ccPairId }: { ccPairId: number }) {
|
||||
<SourceIcon iconSize={32} sourceType={ccPair.connector.source} />
|
||||
</div>
|
||||
|
||||
<div className="ml-1">
|
||||
<div className="ml-1 overflow-hidden text-ellipsis whitespace-nowrap flex-1 mr-4">
|
||||
<EditableStringFieldDisplay
|
||||
value={ccPair.name}
|
||||
isEditable={ccPair.is_editable_for_current_user}
|
||||
|
Reference in New Issue
Block a user