Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: make sentence box for review slightly bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Jul 24, 2021
1 parent 9e1a4a2 commit 8a6fcba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/css/review-form.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#review-form {
--sentence-box-height: 12rem;
--sentence-box-height: 14rem;
}

.main-root {
Expand All @@ -26,7 +26,7 @@
position: absolute;
bottom: 20px;
padding: 0 0.5rem;
max-height: calc(var(--sentence-box-height) / 2);
max-height: calc(var(--sentence-box-height) / 2 - 0.5rem);
}

.card-sentence-box {
Expand Down

0 comments on commit 8a6fcba

Please sign in to comment.