From 411c92943bff2fdbbdde59017d69637fd8bb5445 Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Wed, 20 Mar 2024 15:35:22 -0400 Subject: [PATCH] reverting changes --- src/components/Card/index.js | 3 --- tests/unit/__snapshots__/CardGroup.test.js.snap | 6 ------ tests/unit/__snapshots__/CardRef.test.js.snap | 12 ------------ 3 files changed, 21 deletions(-) diff --git a/src/components/Card/index.js b/src/components/Card/index.js index c9a35ec61..4f3028aa8 100644 --- a/src/components/Card/index.js +++ b/src/components/Card/index.js @@ -101,9 +101,6 @@ const compactCardStyling = css` align-items: flex-start; flex-direction: row; padding: ${theme.size.large} ${theme.size.medium}; - @media ${theme.screenSize.upToSmall} { - width: 20px; - } `; const CompactTextWrapper = styled('div')` diff --git a/tests/unit/__snapshots__/CardGroup.test.js.snap b/tests/unit/__snapshots__/CardGroup.test.js.snap index 9d72aba55..3d701a1ae 100644 --- a/tests/unit/__snapshots__/CardGroup.test.js.snap +++ b/tests/unit/__snapshots__/CardGroup.test.js.snap @@ -105,12 +105,6 @@ exports[`renders correctly 1`] = ` margin-bottom: 0; } -@media only screen and (max-width: 480px) { - .emotion-2 { - width: 20px; - } -} - .emotion-3 { display: -webkit-box; display: -webkit-flex; diff --git a/tests/unit/__snapshots__/CardRef.test.js.snap b/tests/unit/__snapshots__/CardRef.test.js.snap index 0427f1ab1..cffb1af70 100644 --- a/tests/unit/__snapshots__/CardRef.test.js.snap +++ b/tests/unit/__snapshots__/CardRef.test.js.snap @@ -86,12 +86,6 @@ exports[`card correctly with and without url 1`] = ` margin-bottom: 0; } -@media only screen and (max-width: 480px) { - .emotion-2 { - width: 20px; - } -} - .emotion-3 { display: -webkit-box; display: -webkit-flex; @@ -260,12 +254,6 @@ exports[`card correctly with and without url 1`] = ` margin-bottom: 0; } -@media only screen and (max-width: 480px) { - .emotion-20 { - width: 20px; - } -} - .emotion-25 { margin: unset; font-family: 'Euclid Circular A','Helvetica Neue',Helvetica,Arial,sans-serif;