From 7f9c34f08e3cf1188599de036d0f76d3899ffb7f Mon Sep 17 00:00:00 2001 From: Michael Spalti Date: Sun, 11 Sep 2022 16:09:39 -0700 Subject: [PATCH] A bit of padding for the placeholder. --- src/styles/_global-styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_global-styles.scss b/src/styles/_global-styles.scss index 146c8a8c89..8d2d19ad9f 100644 --- a/src/styles/_global-styles.scss +++ b/src/styles/_global-styles.scss @@ -142,6 +142,7 @@ ds-dynamic-form-control-container.d-none { .thumb-font-1 { .thumbnail-placeholder { font-size: 0.7rem !important; + padding: 0.125rem; @media screen and (max-width: map-get($grid-breakpoints, sm)) { font-size: 1.1rem !important; padding: 0.5rem; @@ -152,6 +153,7 @@ ds-dynamic-form-control-container.d-none { .thumb-font-2 { .thumbnail-placeholder { font-size: 0.9rem !important; + padding: 0.125rem; visibility: inherit; } }