Skip to content

Commit

Permalink
fix word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Jul 31, 2018
1 parent dc74001 commit c8fad2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/c/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class C extends Component {
margin: 30px auto 70px;
transition: all 0.2s;
max-width: 600px;
word-break: break-all;
}
span {
Expand Down
1 change: 1 addition & 0 deletions pages/s/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ class S extends Component {
margin: 30px auto 70px;
transition: all 0.2s;
max-width: 600px;
word-break: break-all;
}
span {
Expand Down

0 comments on commit c8fad2a

Please sign in to comment.