From a5e5d2fc3f328f55068c7a43dc689903d981c661 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 8 Oct 2021 11:16:14 -0500 Subject: [PATCH] Column: fix border-radius of .empty-column-indicator --- app/styles/components/columns.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/styles/components/columns.scss b/app/styles/components/columns.scss index d25792888..bfae65e52 100644 --- a/app/styles/components/columns.scss +++ b/app/styles/components/columns.scss @@ -707,6 +707,7 @@ align-items: center; justify-content: center; min-height: 160px; + border-radius: 0 0 10px 10px; @supports (display: grid) { // hack to fix Chrome <57 contain: strict; @@ -724,21 +725,20 @@ text-decoration: underline; } } + + @media screen and (max-width: 580px) { + border-radius: 0; + } } .error-column { flex-direction: column; - border-radius: 0 0 10px 10px; .svg-icon { width: 70px; height: 70px; margin-bottom: 30px; } - - @media screen and (max-width: 580px) { - border-radius: 0; - } } .column-link--transparent .icon-with-badge__badge {