From 4c254d8a979c192cfc72b1ca41252bf481be82a4 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 13 Apr 2014 18:25:19 +0000 Subject: [PATCH] Themes screen: Fix RTL layout issue in Firefox. props SergeyBiryukov. fixes #27779. git-svn-id: https://develop.svn.wordpress.org/trunk@28104 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/themes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 8ac4eae1ec..4abf3a1d9d 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -90,6 +90,7 @@ .theme-browser .theme .theme-name { font-size: 15px; font-weight: 600; + height: 18px; margin: 0; padding: 15px; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);