Skip to content

Commit

Permalink
fix formatting on optional title label
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Sep 18, 2024
1 parent b9ded60 commit 3fa65a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/ConversionForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ const ConversionForm = ({
</div>
{fileToConvert && (
<>
<p className={styles.optionalTitle}>
<h3 className={styles.optionalTitle}>
Trajectory title (optional)
</p>
</h3>
<Input
className={styles.titleInput}
placeholder="Start typing..."
Expand Down
2 changes: 2 additions & 0 deletions src/containers/ConversionForm/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
}

.optional-title {
font-size: 1.08em;
margin-top: 22px;
margin-bottom: 0px;
}

.divider {
Expand Down

0 comments on commit 3fa65a0

Please sign in to comment.