I have some URLs and emails that are output into a column with borders, which is sometimes too narrow for the data. As a result it "spills over" the border on the right. It's too late to change the design. A screenshot is attached at the bottom.
Question is: what's the best way to "condense" it? I've thought of only one option, really: to replace almost everything either before or after the @ sign (and maintain a full version in the 'title' attribute):
veryveryveryverylongemail@...com
ve...@blabla.com
Assuming that breaking the line with CSS is not an option, what would be a good solution?
