Skip to content

Commit

Permalink
Blaze: Fix external icon alignment on "Blaze this Post" button (#40825)
Browse files Browse the repository at this point in the history
- Fix external icon alignment on "Blaze this Post" button.
  • Loading branch information
mehmoodak authored Jan 6, 2025
1 parent a4e72c9 commit 4113d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Blaze: Fix external icon alignment on "Blaze this Post" button
2 changes: 1 addition & 1 deletion projects/packages/blaze/src/js/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.blaze-panel-outbound-link__external_icon {
width: 1.4em;
height: 1.4em;
margin: -0.2em 0.1em 0;
margin-left: 0.1em;
vertical-align: middle;
fill: currentColor;
}
Expand Down

0 comments on commit 4113d7b

Please sign in to comment.