Fixes changelog to look better with larger bodies (#1634)

This commit is contained in:
Jason 2021-09-03 10:24:05 -05:00 committed by GitHub
parent b6c31cd489
commit f7c6f051f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -32,6 +32,12 @@ body {
margin-bottom: -75px;
}
#changeLogText {
overflow-y: scroll;
height: 40vh;
display: block
}
.fade-enter-active, .fade-leave-active {
transition: opacity .15s;
}

View File

@ -46,7 +46,10 @@
<h2>
{{ changeLogTitle }}
</h2>
<span v-html="updateChangelog" />
<span
id="changeLogText"
v-html="updateChangelog"
/>
<ft-flex-box>
<ft-button
:label="$t('Download From Site')"