ruichen199801 / forxnews

CIS550 database course project
https://youtu.be/nuDBwg3mG6o
0 stars 1 forks source link

finish restaurant detail & fix responsive text overflow issue #37

Closed ruichen199801 closed 1 year ago

ruichen199801 commented 1 year ago

For a row with image on the left hand side and text container on the right hand side,

We want the overflowed text to wrap to the next line;

We don't want the whole text container to wrap to the next row below the image;

For RestaurantDetail particularly, we want the bookmark icon to be always visible so that users can use this feature on phone.

Workaround:

  1. Set wrap=false to AntD Row;
  2. Adjust min-width property of div containers for different breakpoint widths