Skip to content

Commit

Permalink
fixup! Create FormLayout component (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed May 30, 2020
1 parent 66b5cbb commit 200e5b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/lib/components/layout/FormLayout/FormLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
.rootFieldLayoutHorizontal {
@include breakpoint-up($form-field-horizontal-breakpoint) {
grid-template-columns: $form-layout-horizontal-label-width 1fr;
grid-column-gap: $form-field-horizontal-inner-gap;
}
}
1 change: 0 additions & 1 deletion src/lib/styles/tools/forms/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
grid: inherit; // 8.
grid-template-columns: $form-layout-horizontal-fallback-label-width 1fr; // 8.
grid-template-columns: subgrid; // 8.
grid-column-gap: inherit; // 8.
grid-column: span 2; // 8.
}

Expand Down

0 comments on commit 200e5b3

Please sign in to comment.