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

Commit 7eed28c

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: remove unnecessary line
1 parent 66c0978 commit 7eed28c

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ fieldset .customTextInput:last-child {
127127
.formsubHeading {
128128
margin-left: rem(1.6);
129129
display: inline-block;
130-
p span {
131-
@media screen and (min-width: 992px) {
132-
margin-left: rem(4.5);
133-
display: block;
134-
}
135-
}
136130
}
137131
.wrapperHeading {
138132
margin-left: rem(1.6);

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,7 @@ const AppForm = ({
206206
<br />
207207
<Text as='span' type='paragraph-1' className={styles.formsubHeading}>
208208
<p>
209-
<b>
210-
Note: Markup is only available for real accounts.{' '}
211-
<span>
212-
Create a real account using new_account_real or new_account_maltainvest API
213-
calls
214-
</span>
215-
</b>
209+
<b>Note: Markup is only available for real accounts.</b>
216210
</p>
217211
</Text>
218212
</div>

0 commit comments

Comments
 (0)