#48805 closed defect (bug) (fixed)
Large title overflow issue in responsive
Reported by: | iihglobal | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
Hello,
When We have to upload with a long image file name then image title showing with overflow.
for more information see mention screenshot link.
http://www.awesomescreenshot.com/image/4373449/8494b8e79b257f2388cb53b04c054ad6
Thanks
Attachments (4)
Change History (10)
#2
@
5 years ago
- Component changed from Gallery to Media
- Focuses css removed
- Summary changed from Twenty Twenty: image title are overflow in responsive to Large title overflow issue in responsive
- Version 5.3 deleted
Hi @iihglobal,
Welcome to WordPress Trac! Thanks for the ticket.
It seems in the responsive media query CSS will update to word-wrap: normal;
and that was the issue.
@media screen and (max-width: 782px) { .widefat * { word-wrap: normal; } }
Note: See
TracTickets for help on using
tickets.
I Fixed below CSS and its working. Please use CSS
word-wrap: break-word;
instead ofword-wrap: normal;
.Screenshot - https://prnt.sc/q2myrl