Skip to content

Commit

Permalink
fix: padding adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Jun 20, 2024
1 parent 48e05dc commit 973db98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/pages/user/user.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 973db98

Please sign in to comment.