Home › Forums › Ultra Community › How-To and Troubleshooting › Activities section in Groups (and profile) extends beyond page width › Reply To: Activities section in Groups (and profile) extends beyond page width
May 22, 2019 at 1:23 pm
#12276

MihChe
Keymaster
Hi Yianni,
Could you please add the below CSS into the Page Custom CSS option. You can find it in Appearance->General tab
.uch {
overflow-wrap: break-word;
word-break: break-word;
}
Please let me know if this fixed it
Mihai