Fixes changelog to look better with larger bodies (#1634)
This commit is contained in:
parent
b6c31cd489
commit
f7c6f051f0
|
@ -32,6 +32,12 @@ body {
|
||||||
margin-bottom: -75px;
|
margin-bottom: -75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#changeLogText {
|
||||||
|
overflow-y: scroll;
|
||||||
|
height: 40vh;
|
||||||
|
display: block
|
||||||
|
}
|
||||||
|
|
||||||
.fade-enter-active, .fade-leave-active {
|
.fade-enter-active, .fade-leave-active {
|
||||||
transition: opacity .15s;
|
transition: opacity .15s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,10 @@
|
||||||
<h2>
|
<h2>
|
||||||
{{ changeLogTitle }}
|
{{ changeLogTitle }}
|
||||||
</h2>
|
</h2>
|
||||||
<span v-html="updateChangelog" />
|
<span
|
||||||
|
id="changeLogText"
|
||||||
|
v-html="updateChangelog"
|
||||||
|
/>
|
||||||
<ft-flex-box>
|
<ft-flex-box>
|
||||||
<ft-button
|
<ft-button
|
||||||
:label="$t('Download From Site')"
|
:label="$t('Download From Site')"
|
||||||
|
|
Loading…
Reference in New Issue