[wp-trac] [WordPress Trac] #25232: Twenty Thirteen: entry-title overflows the content area
WordPress Trac
noreply at wordpress.org
Wed Sep 4 22:25:23 UTC 2013
#25232: Twenty Thirteen: entry-title overflows the content area
---------------------------+-------------------------------
Reporter: emiluzelac | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 3.6
Severity: normal | Keywords: reporter-feedback
---------------------------+-------------------------------
As I was editing some of the Theme Unit Test Data, I've noticed that h1
title overflows the content area:
[http://wpthemetestdata.wordpress.com/2009/10/05/title-should-not-
overflow-the-content-area/ Live example]
Fix:
{{{
.entry-title {
word-wrap: break-word;
}
}}}
or global
{{{
.h1 {
word-wrap: break-word;
}
}}}
P.S. I could not find any related tickets.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25232>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list