sassansh / Places

A M.E.R.N. full-stack application to help trusted groups find the best places to visit
https://places-cpsc455.herokuapp.com/
MIT License
1 stars 3 forks source link

Changes to AddReview code #125

Closed laurarodgers closed 3 years ago

laurarodgers commented 3 years ago

Changes to AddReview to remove duplicate code. Should not affect functionality.

sassansh commented 3 years ago

Some responsiveness issues (unnecessary warping, theres plenty space)on the place's name on my screen though: image @johnnybcs

laurarodgers commented 3 years ago

Some responsiveness issues (unnecessary warping, theres plenty space)on the place's name on my screen though: image @johnnybcs

Looks like this is also the case on main (not related to these particular code changes) and my hunch is it has to do with column widths not being set for XXL screen

sassansh commented 3 years ago

Some responsiveness issues (unnecessary warping, theres plenty space)on the place's name on my screen though: @johnnybcs

Looks like this is also the case on main (not related to these particular code changes) and my hunch is it has to do with column widths not being set for XXL screen

True, that issue is not relevant to this pull request. Go ahead and merge, we'll deal with that separately.