Skip to content

Commit

Permalink
feat: Increasing height next to increased margin
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Oct 8, 2021
1 parent 6d8483b commit 8075298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ketchup/templates/ketchup.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2 class="header">Confirmation</h2>
border: 1px solid var(--success);
display: inline-flex;
flex-direction: column;
min-height: 18rem;
min-height: 20rem;
}

.suggest {
Expand Down

0 comments on commit 8075298

Please sign in to comment.