Fix incorrect body height on pitch accents preview page (#1186)

This commit is contained in:
toasted-nutbread 2020-12-31 11:16:50 -05:00 committed by GitHub
parent 32f233acfd
commit 6c46afedf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,4 +53,5 @@ li {
max-width: 100%;
width: 700px;
flex: 0 0 auto;
height: auto;
}