Skip to content

Commit

Permalink
Add a width attribute to the Card component and set it to 100% (#637)
Browse files Browse the repository at this point in the history
* modified card width to be set to 100%

* prettier
  • Loading branch information
yashchellani authored Sep 23, 2023
1 parent 1c9a0e0 commit 2a15e0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/ResultViewGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const ResultViewGrid = ({
className="sui-result"
style={{
maxWidth: "165px",
width: "100%",
height: "auto",
padding: "0px",
}}
>
Expand Down

0 comments on commit 2a15e0b

Please sign in to comment.