Skip to content

Commit

Permalink
Invert padding reset
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Nov 15, 2019
1 parent aa0fda3 commit 53d2a09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
/*rtl:end:ignore*/

.components-datetime {
padding: $grid-size;

.components-datetime__calendar-help {
padding: $grid-size;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
.components-button.edit-post-post-schedule__toggle {
text-align: right;
}

.edit-post-post-schedule__dialog .components-datetime {
padding: $grid-size;
}
4 changes: 0 additions & 4 deletions packages/editor/src/components/post-publish-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
.editor-post-visibility__dialog-legend {
display: none;
}

.components-datetime {
padding: 0;
}
}

.post-publish-panel__postpublish .components-panel__body {
Expand Down

0 comments on commit 53d2a09

Please sign in to comment.