[wp-trac] [WordPress Trac] #48805: Twenty Twenty: image title are overflow in responsive
WordPress Trac
noreply at wordpress.org
Wed Nov 27 06:45:01 UTC 2019
#48805: Twenty Twenty: image title are overflow in responsive
--------------------------+--------------------------------------
Reporter: iihglobal | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Gallery | Version: 5.3
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, css, administration
--------------------------+--------------------------------------
Changes (by wpamitkumar):
* keywords: => has-patch
Comment:
I Fixed below CSS and its working. Please use CSS `word-wrap: break-word;`
instead of `word-wrap: normal;`.
Screenshot - [https://prnt.sc/q2myrl]
{{{
@media screen and (max-width: 782px)
.widefat * {
word-wrap: break-word;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48805#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list