Skip to content

Commit

Permalink
pr related
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed Oct 30, 2024
1 parent ccb4afa commit 35aa9fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/Button/JumpInPosition.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@
.ui.cards > .card .jump-in-position .jump-in-position__position img {
vertical-align: super;
}

.jump-in-position__modal-button {
margin-top: "28px";
}
2 changes: 1 addition & 1 deletion src/components/Button/JumpInPosition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default function JumpInPosition({
<Button
primary
onClick={handleModalClick}
style={{ marginTop: "28px" }}
className="jump-in-position__modal-button"
>
{modalText && modalText.buttonLabel}
</Button>
Expand Down

0 comments on commit 35aa9fb

Please sign in to comment.