From 973db98090514a23b44c1ab2e81a4d9f13cfad4f Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:20:13 -0300 Subject: [PATCH] fix: padding adjustment --- src/renderer/src/pages/user/user.css.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/src/pages/user/user.css.ts b/src/renderer/src/pages/user/user.css.ts index def3045d..6ec28b94 100644 --- a/src/renderer/src/pages/user/user.css.ts +++ b/src/renderer/src/pages/user/user.css.ts @@ -4,7 +4,6 @@ import { style } from "@vanilla-extract/css"; export const wrapper = style({ padding: "24px", width: "100%", - height: "100%", display: "flex", flexDirection: "column", gap: `${SPACING_UNIT * 3}px`,