Skip to content

Commit

Permalink
Footnotes: Fix incorrect anchor position in Firefox (#52425)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jul 7, 2023
1 parent 4071c90 commit dc32307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-library/src/footnotes/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
vertical-align: super;
font-size: smaller;
counter-increment: footnotes;
display: inline-block;
display: inline-flex;
text-decoration: none;
text-indent: -9999999px;
}

Expand Down

1 comment on commit dc32307

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in dc32307.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5489625283
📝 Reported issues:

Please sign in to comment.