Skip to content

Commit

Permalink
lint: fix github check lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 28, 2024
1 parent 049d4c8 commit af136f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ $product-page-padding-bottom: 80px !default;
}

.customization-field-row {
gap: 16px;
gap: 1rem;

@include media-breakpoint-up("md") {
gap: 0;
Expand Down Expand Up @@ -573,7 +573,7 @@ $product-page-padding-bottom: 80px !default;
}

.product-feature {
gap: 16px;
gap: 1rem;
align-items: flex-end;
margin-bottom: 1rem;

Expand Down Expand Up @@ -2833,7 +2833,7 @@ $mobile-menu-height: 2.6rem !default;
}

.remove-customization-btn {
padding: 8px 0;
padding: 0.5rem 0;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
}

table tr.column-filters td[data-column-id^=id_] input {
table tr.column-filters td[data-column-id^="id_"] input {
min-width: 5rem;
}

Expand Down

0 comments on commit af136f2

Please sign in to comment.