#3955 Common CSS to handle overflow
Closed: Fixed Opened 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

I'm trying to replicate this issue using this link: https://pagure.io/pagure/issue/raw/files/815474607deb2921179ac683fb3e3723bb3dd1ba077b059615eb07cbe2f384ce-Screenshot_from_2018-10-26_15-29-04.png

But seems to work me :(

https://stg.pagure.io/foo/issue/30 and https://stg.pagure.io/foo/issue/31

I can't replicate this :(

@pingou See: https://stg.pagure.io/foo/issue/32

@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

Commit d512abea fixes this issue

Metadata
Related Pull Requests