From ed344ff836a28dd82f9a2a8c42f9dbc58999e8ef Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Mon, 28 Mar 2022 11:26:43 -0700 Subject: [PATCH] fix(css): alignment of authorization btn (#7955) --- src/style/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/_buttons.scss b/src/style/_buttons.scss index fe8cf44f..1c5db3b3 100644 --- a/src/style/_buttons.scss +++ b/src/style/_buttons.scss @@ -94,7 +94,7 @@ .authorization__btn { - padding: 0 10px; + padding: 0 0 0 10px; border: none; background: none;