The expiring notice on the sidebar is overflowed when the domain name is a bit long.

@breezyskies is there a way to force linebreak here?
word-wrap: break-word; should work.
Worth revisiting this issue after #3329 is merged and this notice is displayed as the compact version.
Unfortunately, word-wrap alone doesn't seem to do the trick :/

The problem seems to be that behind the scenes, the notice is expanded (flex grow probably) as needed:

Probably best if a designer looked at this and found a proper fix (since we don't want to break compact notices in other parts of the application).
Adding this to our backlog but probably won't get to it soon.
95% of .com domains are less than 28 characters. It'll fit :) This might only be a problem with subdomain mappings.
Most helpful comment
Adding this to our backlog but probably won't get to it soon.