I'm using shopify polaris to create my shopify app and I'm trying to use the Layout
component along with the Card
component to properly structure the page. So right now, I have two cards inside of a <Layout>
but the problem is, since the two cards don't have the same amount of data in them, they are of different height (Polaris adjusts the size on its own), and it makes it look bad. Here is an example of what I'm talking about: https://codesandbox.io/s/y37on11x9j .
If you open the sandbox result on a separate browser, to see it in full screen, you'll see that there are two cards that have different heights. I just want them to be the same height. Can I get any help in doing this? Thanks!
Asked
Active
Viewed 455 times
2

tee
- 1,286
- 2
- 19
- 35
-
How about applying external css? – Drishti Jain Sep 08 '22 at 13:26