Skip to content

Commit

Permalink
fix(styles): remove webkit line
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Oct 7, 2024
1 parent 3260189 commit 25d7d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/styles/src/form-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ $block: #{$fd-namespace}-form-group;
}

.#{$block}-form-item + .#{$block}-form-item {
-webkit-margin-before: 0;
margin-block-start: 0;
}
}
Expand Down

0 comments on commit 25d7d44

Please sign in to comment.