mirror of
https://fast.feibisi.com/https://github.com/lubusIN/visual-blueprint-builder.git
synced 2025-10-04 04:11:06 +08:00
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:
commit
31cf23538e
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ function Gallery({ onSubmitData }) {
|
|||
lineHeight={'1.5em'}
|
||||
size={15}
|
||||
color='#777'
|
||||
style={{wordBreak: 'break-word'}}
|
||||
>
|
||||
{blueprintDetails.description}
|
||||
</Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue