From 1348f5f3fe1dfa4d8faab045e61f9898d3b252f8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 15 Jan 2017 04:02:26 +0000 Subject: [PATCH] Posts, Post Types: Increase the height of post slug input to prevent certain characters from being cut in Firefox on Windows. Props Ankit K Gupta, Presskopp. Fixes #28084. git-svn-id: https://develop.svn.wordpress.org/trunk@39905 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css index 59b79e895b..008e51f165 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -120,7 +120,7 @@ input#link_url { #editable-post-name input { font-size: 13px; font-weight: 400; - height: 22px; + height: 24px; margin: 0; width: 16em; }