[wp-trac] [WordPress Trac] #29451: "customize your site"-button overlaps column
WordPress Trac
noreply at wordpress.org
Mon Sep 1 09:32:41 UTC 2014
#29451: "customize your site"-button overlaps column
---------------------------+-----------------------------
Reporter: pixolin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: trunk
Severity: normal | Keywords:
Focuses: accessibility |
---------------------------+-----------------------------
Dashboard has a "Welcome to WordPress"-section that comes with a button
"customize your site".
While this button perfectly fits in the column untranslated, depending on
screen size it overlaps when translated e.g. into the much longer "Dein
WordPress individualisieren". (An image that shows the overlapping can be
found at https://imgur.com/I6AazLv)
To my understanding, this could be fixed by setting a max-width to the
button's CSS class:
{{{
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-
hero {
max-width: 100%; }
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29451>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list