Skip to content

Commit 53d2a09

Browse files
committed
Invert padding reset
1 parent aa0fda3 commit 53d2a09

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

packages/components/src/date-time/style.scss

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
/*rtl:end:ignore*/
66

77
.components-datetime {
8-
padding: $grid-size;
9-
108
.components-datetime__calendar-help {
119
padding: $grid-size;
1210

packages/edit-post/src/components/sidebar/post-schedule/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
.components-button.edit-post-post-schedule__toggle {
77
text-align: right;
88
}
9+
10+
.edit-post-post-schedule__dialog .components-datetime {
11+
padding: $grid-size;
12+
}

packages/editor/src/components/post-publish-panel/style.scss

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@
7373
.editor-post-visibility__dialog-legend {
7474
display: none;
7575
}
76-
77-
.components-datetime {
78-
padding: 0;
79-
}
8076
}
8177

8278
.post-publish-panel__postpublish .components-panel__body {

0 commit comments

Comments
 (0)