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

Commit

Permalink
fix: avoid overscroll (fixes #573)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Dec 26, 2021
1 parent 3273693 commit f2e209e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/css/sentences-list.css
Expand Up @@ -6,6 +6,11 @@
padding-bottom: 2rem;
}

.submission-section small,
.submission-section h3 {
word-wrap: anywhere;
}

.submission-section li input {
vertical-align: middle;
}
Expand All @@ -16,4 +21,5 @@
display: inline-block;
margin-left: 1rem;
vertical-align: middle;
word-wrap: anywhere;
}

0 comments on commit f2e209e

Please sign in to comment.