summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-12-31 11:16:50 -0500
committerGitHub <noreply@github.com>2020-12-31 11:16:50 -0500
commit6c46afedf7a8983a1fd04c23e5590f4c0421f334 (patch)
tree7502dd8b2c34a53f757e656fc71fc62386990d0e
parent32f233acfd3a48db1b8afeba9695cd6a93883e94 (diff)
Fix incorrect body height on pitch accents preview page (#1186)
-rw-r--r--ext/bg/css/pitch-accents-preview.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/css/pitch-accents-preview.css b/ext/bg/css/pitch-accents-preview.css
index 75a3a08b..339ca9f5 100644
--- a/ext/bg/css/pitch-accents-preview.css
+++ b/ext/bg/css/pitch-accents-preview.css
@@ -53,4 +53,5 @@ li {
max-width: 100%;
width: 700px;
flex: 0 0 auto;
+ height: auto;
}