In the people search results, a client was having a problem with the email address being truncated, or cut-off. In the example below, there is a ‘u’ for ‘.au’ missing.
With CSS we can make the width bigger. The default size was 232px
.psrch-Main #ContactInfo
{
width: 300px
}
Before:
After:
Screenshot to come…