From dfc018ccf9e5b9ec12d4e3bb95eaf6506d162b89 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 29 Sep 2014 13:56:34 +0000 Subject: [PATCH] Account for longer translations of 'Customize Your Site' button label. props shooper. fixes #29451. git-svn-id: https://develop.svn.wordpress.org/trunk@29790 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/dashboard.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index 9759e40046..7ed45d2875 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -163,7 +163,11 @@ } .wp-core-ui .welcome-panel .button.button-hero { - margin: 15px 0 3px; + margin: 15px 13px 3px 0; + padding: 12px 36px; + height: auto; + line-height: 20px; + white-space: normal; } .welcome-panel-content {