mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 11:25:58 +08:00
fix: prompt no blank too long break ui (#81)
This commit is contained in:
@@ -63,7 +63,7 @@ const BlockInput: FC<IBlockInputProps> = ({
|
||||
}, [isEditing])
|
||||
|
||||
const style = classNames({
|
||||
'block px-4 py-1 w-full h-full text-sm text-gray-900 outline-0 border-0': true,
|
||||
'block px-4 py-1 w-full h-full text-sm text-gray-900 outline-0 border-0 break-all': true,
|
||||
'block-input--editing': isEditing,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user