From ae8467cc748bdbce36eca559faf44d9beafe6fe5 Mon Sep 17 00:00:00 2001 From: ryanml Date: Fri, 24 Sep 2021 09:28:54 -0700 Subject: [PATCH] Fixing alignment of settings close button (#12202) --- ui/pages/settings/index.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/pages/settings/index.scss b/ui/pages/settings/index.scss index f0df002be..a77436eb9 100644 --- a/ui/pages/settings/index.scss +++ b/ui/pages/settings/index.scss @@ -22,7 +22,7 @@ flex: 1 0 auto; - @media screen and (max-width: 575px) { + @media screen and (max-width: $break-small) { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; @@ -108,6 +108,10 @@ } } + &__close-button { + margin-left: auto; + } + &__close-button::after { content: '\00D7'; font-size: 40px;