Skip to content

Commit

Permalink
FORMS-13463: Update margin for few components
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayvas committed Apr 25, 2024
1 parent 491e3eb commit 3a3a554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/site/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ div[data-cmp-is="adaptiveFormDatePicker"],
div[data-cmp-is="adaptiveFormDropDown"],
div[data-cmp-is='adaptiveFormFileInput'],
div[data-cmp-is="adaptiveFormRadioButton"],
div[data-cmp-is="adaptiveFormCheckBoxGroup"] {
div[data-cmp-is="adaptiveFormCheckBoxGroup"],
div[data-cmp-is="adaptiveFormEmailInput"],
div[data-cmp-is="adaptiveFormTelephoneInput"] {
margin: $space-s 0;
}

0 comments on commit 3a3a554

Please sign in to comment.