From 02d1d894be5a8514d61d17ee439589bde241ff2b Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 29 Mar 2014 00:18:35 +0000 Subject: [PATCH] Fix styling for mce-path (at the bottom of the editor), see #26952 git-svn-id: https://develop.svn.wordpress.org/trunk@27831 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index d383401c0e..8be5713747 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -154,12 +154,9 @@ div.mce-statusbar { border-top: 1px solid #eee; } -.mce-path { - padding: 0 8px 1px; -} - -.mce-path-item { - line-height: 1; +div.mce-path { + padding: 0 8px 2px; + margin: 0; } .mce-toolbar .mce-btn {