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

Commit

Permalink
fix: only allow half of the sentence review box to be source text
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Jul 24, 2021
1 parent b195cb3 commit 9e1a4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/css/review-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
position: absolute;
bottom: 20px;
padding: 0 0.5rem;
max-height: calc(var(--sentence-box-height) / 2);
}

.card-sentence-box {
Expand Down

0 comments on commit 9e1a4a2

Please sign in to comment.