Howdy Laura,
Thank you for the link. That painted a clearer picture. I actually did not quite grasp what was happening based on your screenshot, as I couldn’t see the link to the left. I understand now, the Event Website field is not wrapping because there are no breaking characters such as dashes in your URL. Instead of a CSS fix we’re going to need to truncate the website label. This snippet does just that.
https://gist.github.com/elimn/c69e058933789da250f5
Paste it at the top of your theme’s functions.php file, underneath the first line “<?php”. If your theme does not have a functions.php file, go to your theme folder, create a new text document file called “functions.php”, and paste this text in the first line of the file “<?php”. On line 2 or 3, paste that snippet.
Does that work for you?
Cheers!
– Brook