Skip to content

Commit

Permalink
Add space between titles and labels in prepublish panel; fixes #7842. (
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmonster authored and tofumatt committed Jul 10, 2018
1 parent 20d82de commit 6b746e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/components/post-publish-panel/prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ function PostPublishPanelPrepublish( {
{ hasPublishAction && (
<Fragment>
<PanelBody initialOpen={ false } title={ [
__( 'Visibility: ' ),
__( 'Visibility:' ),
<span className="editor-post-publish-panel__link" key="label"><PostVisibilityLabel /></span>,
] }>
<PostVisibility />
</PanelBody>
<PanelBody initialOpen={ false } title={ [
__( 'Publish: ' ),
__( 'Publish:' ),
<span className="editor-post-publish-panel__link" key="label"><PostScheduleLabel /></span>,
] }>
<PostSchedule />
Expand Down
1 change: 1 addition & 0 deletions editor/components/post-publish-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

.editor-post-publish-panel__link {
color: $blue-medium-700;
padding-left: 4px;
text-decoration: underline;
}

Expand Down

0 comments on commit 6b746e0

Please sign in to comment.