From 259289433b68089700baefcf0a457b99232d7dec Mon Sep 17 00:00:00 2001 From: Amy Chen Date: Wed, 1 May 2024 09:23:26 -0700 Subject: [PATCH] minor styling fix --- src/styles/components/_Summary.scss | 4 ++-- src/styles/elements/_button.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/components/_Summary.scss b/src/styles/components/_Summary.scss index 6e8dbeada..2363c6d75 100644 --- a/src/styles/components/_Summary.scss +++ b/src/styles/components/_Summary.scss @@ -340,7 +340,7 @@ height: 0; width: 560px; padding: 0; - padding-bottom: 100%; + padding-bottom: 50%; margin-bottom: 8px; } @media(min-width: 992px) { @@ -464,7 +464,7 @@ margin-left: 16px; align-self: stretch; display: flex; - width: calc(100% - 48px); + width: 100%; } .sub-section__panel { diff --git a/src/styles/elements/_button.scss b/src/styles/elements/_button.scss index 9bf351222..a23959994 100644 --- a/src/styles/elements/_button.scss +++ b/src/styles/elements/_button.scss @@ -99,7 +99,7 @@ button.disabled { content: "copied!"; position: absolute; top: 0; - left: -36px; + left: -40px; right: 0; bottom: 0; margin: auto; @@ -113,7 +113,7 @@ button.disabled { .button--loaded.error:after { content: "error!"; position: absolute; - top: 6px; + top: 12px; left: -36px; right: 0; bottom: 0;