Merge branch 'profile-fields-overflow' into 'develop'
Add break-words to profile fields content See merge request soapbox-pub/soapbox-fe!1682
This commit is contained in:
commit
be5001bb67
|
@ -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 New Issue