feat: Allow to change SSL verify in HTTP Node (#22052)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
Davide Delbianco
2025-07-09 09:53:24 +02:00
committed by GitHub
parent 89b52471fb
commit 1885426421
25 changed files with 106 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ const Tooltip: FC<TooltipProps> = ({
>
{popupContent && (<div
className={cn(
!noDecoration && 'system-xs-regular relative break-words rounded-md bg-components-panel-bg px-3 py-2 text-text-tertiary shadow-lg',
!noDecoration && 'system-xs-regular relative max-w-[300px] break-words rounded-md bg-components-panel-bg px-3 py-2 text-left text-text-tertiary shadow-lg',
popupClassName,
)}
onMouseEnter={() => triggerMethod === 'hover' && setHoverPopup()}