From 1f49a4c0cf0df7b7cc073ed00c68b1071b4a259e Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 26 Oct 2016 00:36:05 +0000 Subject: [PATCH] TinyMCE: adjust the shortcuts position and font size in the Formats drop-down to better match the shortcuts in the buttons tooltips. See #38063. git-svn-id: https://develop.svn.wordpress.org/trunk@38937 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 8a37140d78..e23a7ec51b 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -657,7 +657,8 @@ div.mce-menu .mce-menu-item-sep, } .mce-menu.mce-menu-align .mce-menu-shortcut { - bottom: 0.5em; + bottom: 0.6em; + font-size: 0.9em; } /* Buttons in modals */