From 944528f4462f67a9f55485136d31001157e41f31 Mon Sep 17 00:00:00 2001 From: Cy-Yaksh Date: Tue, 20 May 2025 11:52:48 +0530 Subject: [PATCH] Fix: Prevent text overflow in Blueprint Gallery descriptions --- src/editor/blueprint-gallery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/blueprint-gallery.js b/src/editor/blueprint-gallery.js index b0a287a..a9af2f3 100644 --- a/src/editor/blueprint-gallery.js +++ b/src/editor/blueprint-gallery.js @@ -127,6 +127,7 @@ function Gallery({ onSubmitData }) { lineHeight={'1.5em'} size={15} color='#777' + style={{wordBreak: 'break-word'}} > {blueprintDetails.description}