#3955 Common CSS to handle overflow
Closed: Fixed 5 years ago Opened 5 years ago by sayanchowdhury.

I noticed if there is a long URL in the issue, it does not wrap the URL. It would be good have a common class to overflow set to wrap the link instead of overflowing into other elements.

Screenshot_from_2018-10-26_15-29-04.png


overflow-wrap: break-word;
word-wrap: break-word;

This should work.

Metadata Update from @pingou:
- Issue set to the milestone: 5.2
- Issue tagged with: UI, bug, easyfix

5 years ago

@cipherboy do you want to submit the fix or shall I? ( @sayanchowdhury 's suggestion above does seem to work with this)

I have the PR ready, so I'll just go ahead and open it :)

Metadata Update from @pingou:
- Issue assigned to pingou

5 years ago

Login to comment on this ticket.

Metadata
Attachments 1
Related Pull Requests
  • #4059 Merged 5 years ago