Skip to content

Commit

Permalink
Fixed Issue #25
Browse files Browse the repository at this point in the history
Fixed Issue #25 Long Strings or URLs break CSS Layout
break-word	Allows unbreakable words to be broken
  • Loading branch information
keeratsingh committed Aug 13, 2016
1 parent 1b4c8fd commit 257dfbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/_scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body {
body {
border-top: 5px solid $primary-color;
background: $base-background-color url("../images/bg-pattern.png");
word-wrap: break-word; // Fixes Issue #25
}

.container {
Expand Down

0 comments on commit 257dfbc

Please sign in to comment.