Skip to content

Commit

Permalink
fixes spacing issue and tests (#3099)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Venturini <[email protected]>
  • Loading branch information
balibirchlee and alessioventuriniAND authored Mar 22, 2024
1 parent 8b1683b commit dbe543f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/components/field/_field-group.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.ons-field-group {
font-size: 0;
display: flex;
flex-wrap: wrap;
gap: 1rem;

.ons-field {
display: inline-block;
font-size: 1rem;
margin-top: 0;
vertical-align: top;

&:not(:last-child) {
margin-right: 1rem;
}
}
}

0 comments on commit dbe543f

Please sign in to comment.