Skip to content

Commit

Permalink
Fix reviews to use line breaks for long messages (#188)
Browse files Browse the repository at this point in the history
* sk - Add section02.md

* Sk - Add section02.md

* Sk - More edits to section02.md

* fix review format in cases of long comments or long words
  • Loading branch information
sarahkwon authored Nov 30, 2021
1 parent e5fcd78 commit 9406d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/pages/LocationPage/ReviewSection/Review.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@
margin: 0;
font-size: smaller;
line-height: 1.7em;
max-width: 100%;
word-break: break-word;
}

0 comments on commit 9406d5d

Please sign in to comment.