Skip to content

Commit

Permalink
Move external link icon to the right.
Browse files Browse the repository at this point in the history
Needs a follow up in one of the PRs in #24539.
  • Loading branch information
jasmussen committed Aug 28, 2020
1 parent 767227d commit e259709
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
}

.components-menu-group + .components-menu-group {
padding: $grid-unit-10 $grid-unit-15;
margin-left: -$grid-unit-15;
margin-right: -$grid-unit-15;
padding: $grid-unit-10;
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/device-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default function DevicePreview() {
forcePreviewLink={ isSaving ? null : undefined }
textContent={
<>
<Icon icon={ external } />
{ __( 'Preview in new tab' ) }
<Icon icon={ external } />
</>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
justify-content: flex-start;

svg {
margin-right: $grid-unit-10;
margin-left: auto;
}
}

Expand Down

0 comments on commit e259709

Please sign in to comment.