Merge pull request #64 from lubusIN/bugfix/61-gallery-card-text-overflow

Fix: Prevent layout break from long text in Blueprint Gallery (#61)
This commit is contained in:
Punit Verma 2025-05-20 12:10:52 +05:30 committed by GitHub
commit 31cf23538e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -127,6 +127,7 @@ function Gallery({ onSubmitData }) {
lineHeight={'1.5em'}
size={15}
color='#777'
style={{wordBreak: 'break-word'}}
>
{blueprintDetails.description}
</Text>