Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Default formate spacing issue
  • Loading branch information
Sukhendu2002 committed Dec 17, 2024
commit 9952eba06a74ed876e3887e1a1b2ce9d1f518a71
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;
margin-bottom: $grid-unit-20 !important;
}
}

Expand Down
Loading