Skip to content

Commit

Permalink
Update DateFormatPicker component style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Dec 20, 2024
1 parent 9952eba commit b01a026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.components-base-control,
.components-radio-control {
&:where(:not(:last-child)) {
margin-bottom: $grid-unit-20 !important;
margin-bottom: $grid-unit-20;
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.block-editor-date-format-picker {
margin-bottom: $grid-unit-20;

.components-custom-select-control {
margin-top: $grid-unit-20;
}
}

.block-editor-date-format-picker__custom-format-select-control__custom-option {
Expand Down

0 comments on commit b01a026

Please sign in to comment.