[CYS] Fix Spotlight Tour caret is not centered vertically (#41154)
* Fix CYS Spotlight Tour caret is not centered vertically * Add changelog
This commit is contained in:
parent
38d0081fab
commit
1ca93287ca
|
@ -144,7 +144,7 @@ export const OnboardingTour = ( {
|
|||
requires: [ 'computeStyles' ],
|
||||
fn: ( { state } ) => {
|
||||
state.styles.arrow.transform =
|
||||
'translate3d(0px, 114.4px, 0)';
|
||||
'translate3d(0px, 96px, 0)';
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix CYS Spotlight Tour caret is not centered vertically
|
Loading…
Reference in New Issue