From 5b2688cdc256527250cb500bd102c387eefb1f9f Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Tue, 21 May 2024 00:09:56 +0000 Subject: [PATCH] Fix unregister button styling --- src/shared/components/challenge-detail/Header/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/components/challenge-detail/Header/style.scss b/src/shared/components/challenge-detail/Header/style.scss index 299d11f76..920ba155e 100644 --- a/src/shared/components/challenge-detail/Header/style.scss +++ b/src/shared/components/challenge-detail/Header/style.scss @@ -29,6 +29,7 @@ } .challenge-ops-container button, +.challenge-ops-container a, .challenge-ops-container div { margin: 0 !important; } @@ -129,6 +130,7 @@ justify-content: center; div, + button, a { width: fit-content !important; }