Skip to content

Commit

Permalink
fix(storefront): BCTHEME-383 Selecting certain option types pushes wi…
Browse files Browse the repository at this point in the history
…ndow view to the bottom of the page
  • Loading branch information
BC-tymurbiedukhin committed Jan 19, 2021
1 parent 3df3966 commit 8494746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed selecting certain option types which pushes window view to the bottom of the page. [#1959](https://github.com/bigcommerce/cornerstone/pull/1959)
- PDP - Fixed Empty "Description" Hiding All Tabs When in Tab View. [#1947](https://github.com/bigcommerce/cornerstone/pull/1947)
- Added custom event for product price change on PDP page. [#1948](https://github.com/bigcommerce/cornerstone/pull/1948)
- Fixed announcement of subscription message. [#1952](https://github.com/bigcommerce/cornerstone/pull/1952)
Expand Down
7 changes: 5 additions & 2 deletions assets/scss/components/citadel/forms/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@

.form-checkbox,
.form-radio {
bottom: 0.5rem;
left: 0.5rem;

+ .form-label {

Expand All @@ -91,6 +89,11 @@
.form-option-wrapper {
position: relative;
display: inline-block;

& .form-radio, & .form-checkbox {
bottom: 0.5rem;
left: 0.5rem;
}
}

// Citadel form-actions
Expand Down

0 comments on commit 8494746

Please sign in to comment.