Skip to content

Commit

Permalink
fix(storefront):BCTHEME-43 fix overlaping on footer columns when long…
Browse files Browse the repository at this point in the history
… texts are entered
  • Loading branch information
bc-alexsaiannyi committed Jul 30, 2020
1 parent 54ddcef commit 23e1c7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Draft

- Fixed overlaping at footer columns when long texts (without spaces) are entered [#1753](https://jira.bigcommerce.com/browse/BCTHEME-43)

## 4.9.0 (07-28-2020)
- Added correct alt text on image change in product view. [#1747](https://github.com/bigcommerce/cornerstone/pull/1747)
- Description tab is hidden in case of empty product descrioption. [#1746](https://github.com/bigcommerce/cornerstone/pull/1746)
Expand Down
4 changes: 3 additions & 1 deletion assets/scss/layouts/footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
margin-bottom: spacing("double");
text-align: center;
vertical-align: top;

// TODO: specifically use vendor only for IE11 since overflow-wrap is not supported here
-ms-word-break: break-all;
overflow-wrap: break-word;
@include breakpoint("small") {
text-align: left;
width: width("6/12");
Expand Down

0 comments on commit 23e1c7b

Please sign in to comment.