mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 04:18:35 +02:00
fix wrapping in error hover connector (#1790)
This commit is contained in:
@@ -32,7 +32,7 @@ export function IndexAttemptStatus({
|
||||
<HoverPopup
|
||||
mainContent={<div className="cursor-pointer">{icon}</div>}
|
||||
popupContent={
|
||||
<div className="flex flex-wrap whitespace-normal w-64">
|
||||
<div className="w-64 p-2 break-words overflow-hidden whitespace-normal">
|
||||
{errorMsg}
|
||||
</div>
|
||||
}
|
||||
|
Reference in New Issue
Block a user