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
This commit is contained in:
parent
9becde117d
commit
7debe46f3e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user