Skip to content

Commit

Permalink
Update nux snapshot.
Browse files Browse the repository at this point in the history
The addition of the transforms of 0 pixels can be added safely as they have no effect.
  • Loading branch information
peterwilsoncc committed Jul 10, 2023
1 parent 22b7307 commit bf529fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`DotTip should render correctly 1`] = `
aria-label="Editor tips"
class="components-popover nux-dot-tip is-positioned"
role="dialog"
style="position: absolute; top: 0px; left: 0px; opacity: 0; transform: translateX(-2em) scale(0) translateZ(0); transform-origin: 0% 50% 0;"
style="position: absolute; top: 0px; left: 0px; opacity: 0; transform: translateX(0px) translateY(0px) translateX(-2em) scale(0) translateZ(0); transform-origin: 0% 50% 0;"
tabindex="-1"
>
<div
Expand Down

0 comments on commit bf529fe

Please sign in to comment.