Skip to content

Commit

Permalink
fix(FieldBlock): ensure extra spacing of labels when on small screens (
Browse files Browse the repository at this point in the history
…#3187)

Fixes #3102

FieldBlock label now has the same top-margin on small screens as other input fields.
  • Loading branch information
snorrekim authored Jan 8, 2024
1 parent 2062213 commit c86c857
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 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.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fieldset.dnb-forms-field-block {
.dnb-forms-field-block {
&__grid {
display: grid;

@include formLabelWrap();
}

&--layout {
Expand Down

0 comments on commit c86c857

Please sign in to comment.