Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 25dd723

Browse files
committed
fix: page spacing
1 parent 6c89530 commit 25dd723

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/features/dashboard/components/AppForm/app-form.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fieldset .customTextInput:last-child {
102102
.apiTokenWrapper {
103103
display: flex;
104104
flex-direction: column;
105-
gap: rem(2);
105+
gap: rem(1);
106106
margin-bottom: rem(2);
107107
}
108108
.formHeaderContainer {
@@ -117,6 +117,9 @@ fieldset .customTextInput:last-child {
117117
.formsubHeading {
118118
padding: rem(1.6);
119119
}
120+
.wrapperHeading {
121+
padding-left: rem(1.6);
122+
}
120123
.markup {
121124
margin-bottom: rem(1);
122125
}

src/features/dashboard/components/AppForm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const AppForm = ({
8484
App information
8585
</Text>
8686
{!is_update_mode && (
87-
<Text as='p' type='paragraph-1' className={styles.subHeading}>
87+
<Text as='p' type='paragraph-1' className={styles.wrapperHeading}>
8888
Select your api token ( it should have admin scope )
8989
</Text>
9090
)}

0 commit comments

Comments
 (0)