From e7f406b955296676e09c04dcb82f0374b60e023c Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 25 Feb 2014 05:24:56 +0000 Subject: [PATCH] Fix the tags input in small viewports and make it a more reasonable size. props SergeyBiryukov. fixes #27082. git-svn-id: https://develop.svn.wordpress.org/trunk@27254 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 9c9340b02a..da2743700e 100644 --- a/src/wp-admin/css/edit.css +++ b/src/wp-admin/css/edit.css @@ -1287,7 +1287,7 @@ table.links-table { /* Tags Metabox */ .tagsdiv .newtag { width: 100%; - padding: 25px 10px; + height: auto; margin-bottom: 15px; }