Skip to content

Commit c6edac6

Browse files
committed
alignment fix for material url
1 parent a283859 commit c6edac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/material/MaterialView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ export class MaterialView extends Component<MaterialViewProps, MaterialViewState
395395

396396
renderGitRepoUrlLabel = (): JSX.Element => {
397397
return (
398-
<label className="form__label">
398+
<>
399399
Git Repo URL<span className="cr-5">* </span>(use {this.gitAuthType('host')})
400-
</label>
400+
</>
401401
)
402402
}
403403

0 commit comments

Comments
 (0)