Add break-words to profile fields content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
c67e181d5c
commit
58952f0ab2
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const ProfileField: React.FC<IProfileField> = ({ field }) => {
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Text tag='span' dangerouslySetInnerHTML={{ __html: field.value_emojified }} />
|
<Text className='break-words overflow-hidden' tag='span' dangerouslySetInnerHTML={{ __html: field.value_emojified }} />
|
||||||
</HStack>
|
</HStack>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Reference in a new issue