Skip to content

Commit

Permalink
style(LatestPaperItem.tsx): change maxHeight to flexBasis to improve …
Browse files Browse the repository at this point in the history
…responsiveness

The maxHeight property was replaced with flexBasis to improve the responsiveness of the LatestPaperItem component.
  • Loading branch information
ktun95 committed Jan 29, 2024
1 parent 1044db2 commit d2d01d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const useStyles = makeStyles({
listItem: {
listStyle: "none",
marginBottom: "10px",
maxHeight: "5rem",
// boxSizing: "border-box",
flexBasis: "5rem",
},
leadText: {
color: "#0b3861",
Expand Down

0 comments on commit d2d01d4

Please sign in to comment.