[wp-trac] [WordPress Trac] #37451: Widget Sidebars Title text overflow
WordPress Trac
noreply at wordpress.org
Tue Nov 7 09:28:52 UTC 2017
#37451: Widget Sidebars Title text overflow
-------------------------------------------------+-------------------------
Reporter: gk.loveweb | Owner: ovann86
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: Future
Component: Widgets | Release
Severity: normal | Version:
Keywords: has-screenshots good-first-bug has- | Resolution:
patch needs-testing | Focuses: ui,
| administration
-------------------------------------------------+-------------------------
Comment (by pankajmohale):
Replying to [ticket:37451 gk.loveweb]:
> Title text of widget section overflow
Hi,
Try below code and let me know if it works or not.
{{{#!php
<?php
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
echo '<style>
body .sidebar-name h2, body .sidebar-name h3 {
white-space: normal;
}
</style>';
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37451#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list