From 7debe46f3ed90a936033792edaf49fd0e02dd6f7 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 28 Jun 2014 02:25:40 +0000 Subject: [PATCH] Fix the spacing between the wp-pointer arrow and bubble in LTR and RTL. Fixes #28062. git-svn-id: https://develop.svn.wordpress.org/trunk@28877 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-pointer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/wp-pointer.css b/src/wp-includes/css/wp-pointer.css index dbf09b6a44..3aa0c8e030 100644 --- a/src/wp-includes/css/wp-pointer.css +++ b/src/wp-includes/css/wp-pointer.css @@ -172,7 +172,7 @@ } .wp-pointer-left .wp-pointer-arrow:before { - margin-left: -12px; + margin-left: -14px; margin-top: -13px; border: 13px solid transparent; border-right-color: #fff; @@ -188,7 +188,7 @@ } .wp-pointer-right .wp-pointer-arrow:before { - margin-left: -12px; + margin-left: -14px; margin-top: -13px; border: 13px solid transparent; border-left-color: #fff;