Skip to content

Commit

Permalink
Add space to the Post Schedule date (#3188)
Browse files Browse the repository at this point in the history
* Add space to the Post Scheduler date

* Add missing labels and add space to panel lables

* Add ID to Dropdown

* Revert "Add ID to Dropdown"

This reverts commit f8a4938.

* Revert "Add missing labels and add space to panel lables"

This reverts commit 27ef3d3.

* Add space to label

* remove space from button
  • Loading branch information
Soean authored and aduth committed Nov 6, 2017
1 parent a116256 commit 7bfdee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
align-items: center;
margin-top: 20px;

label {
margin-right: 10px;
}

&:empty {
margin-top: 0;
}
Expand Down
1 change: 1 addition & 0 deletions editor/sidebar/post-schedule/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.editor-post-schedule__toggle.button-link {
text-decoration: underline;
color: $blue-wordpress;
text-align: right;

&:focus {
outline: none;
Expand Down

0 comments on commit 7bfdee7

Please sign in to comment.