Skip to content

Commit

Permalink
Change widget padding top to 32px
Browse files Browse the repository at this point in the history
ref DEV-1428
  • Loading branch information
louischan-oursky committed Jul 12, 2024
2 parents 8036abf + 146f71c commit f38f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authui/src/authflowv2/components/widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
.widget-content {
@apply relative;
@apply h-full w-full;
@apply px-6 pt-6 pb-10;
@apply px-6 pt-8 pb-10;
@apply flex flex-col;
@apply self-center;
max-width: var(--widget__max-width);
Expand Down

0 comments on commit f38f1ed

Please sign in to comment.