sforkowany z mirror/soapbox
Add break-words to profile fields content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>react-query-api
rodzic
c67e181d5c
commit
58952f0ab2
|
@ -65,7 +65,7 @@ const ProfileField: React.FC<IProfileField> = ({ field }) => {
|
|||
</span>
|
||||
)}
|
||||
|
||||
<Text tag='span' dangerouslySetInnerHTML={{ __html: field.value_emojified }} />
|
||||
<Text className='break-words overflow-hidden' tag='span' dangerouslySetInnerHTML={{ __html: field.value_emojified }} />
|
||||
</HStack>
|
||||
</dd>
|
||||
</dl>
|
||||
|
|
Ładowanie…
Reference in New Issue