mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
use height class rule instead of style attribute
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
d130ecd16f
commit
a869992527
|
@ -37,7 +37,7 @@
|
|||
<b-button @click="save">Save</b-button>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<div ref="pairlistConfigsEl" style="height: 100%">
|
||||
<div ref="pairlistConfigsEl" class="h-100">
|
||||
<PairlistConfigItem
|
||||
v-for="(pairlist, i) in pairlistsComp"
|
||||
:key="pairlist.id"
|
||||
|
|
Loading…
Reference in New Issue
Block a user