diff --git a/apps/web/src/app.css b/apps/web/src/app.css
index 1c132f0c5..dccdaa67b 100644
--- a/apps/web/src/app.css
+++ b/apps/web/src/app.css
@@ -248,3 +248,7 @@ kbd {
opacity: 1;
}
}
+
+button {
+ line-height: 100%;
+}
diff --git a/apps/web/src/components/auth-container/index.jsx b/apps/web/src/components/auth-container/index.jsx
index 1e10151f5..5e3ef463f 100644
--- a/apps/web/src/components/auth-container/index.jsx
+++ b/apps/web/src/components/auth-container/index.jsx
@@ -152,14 +152,8 @@ function AuthContainer(props) {
}}
>
diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx
index d533cd354..ba9b64a3e 100644
--- a/apps/web/src/views/auth.tsx
+++ b/apps/web/src/views/auth.tsx
@@ -285,7 +285,7 @@ function Login(props: BaseAuthComponentProps<"login">) {