From a870f1ded498399527f13182f43fd57719f5172f Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Mon, 26 Apr 2021 13:04:16 -0700 Subject: [PATCH] components: Update Card snapshots for scrollable --- .../ui/card/test/__snapshots__/index.js.snap | 106 ++++++++---------- 1 file changed, 48 insertions(+), 58 deletions(-) diff --git a/packages/components/src/ui/card/test/__snapshots__/index.js.snap b/packages/components/src/ui/card/test/__snapshots__/index.js.snap index f050cf1213e1dc..824b9f302fe136 100644 --- a/packages/components/src/ui/card/test/__snapshots__/index.js.snap +++ b/packages/components/src/ui/card/test/__snapshots__/index.js.snap @@ -5,16 +5,14 @@ Snapshot Diff: - First value + Second value -@@ -11,13 +11,15 @@ +@@ -11,13 +11,13 @@ data-wp-c16t="true" data-wp-component="CardHeader" title="WordPress.org" />
* + *:not(marquee) { +.emotion-6 > * + *:not(marquee) { margin-left: calc(4px * 2); } -.emotion-7 > * { +.emotion-6 > * { min-width: 0; } -.emotion-7:first-of-type { +.emotion-6:first-of-type { border-top-left-radius: 2px; border-top-right-radius: 2px; } -.emotion-7:last-of-type { +.emotion-6:last-of-type { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
@@ -239,16 +231,14 @@ exports[`props should render correctly 1`] = ` title="WordPress.org" />
Code is Poetry.