mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 15:38:08 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
This commit is contained in:
@ -71,7 +71,7 @@ const LinkEditorComponent = ({
|
||||
className={cn(
|
||||
'nodrag nopan z-10 inline-flex w-max items-center rounded-md border-[0.5px] border-components-actionbar-border bg-components-actionbar-bg',
|
||||
!linkOperatorShow && 'p-1 shadow-md',
|
||||
linkOperatorShow && 'system-xs-medium p-0.5 text-text-tertiary shadow-sm',
|
||||
linkOperatorShow && 'p-0.5 text-text-tertiary shadow-sm system-xs-medium',
|
||||
)}
|
||||
style={floatingStyles}
|
||||
ref={refs.setFloating}
|
||||
|
||||
Reference in New Issue
Block a user