mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21:15:15 +00:00
Vertical align middle
This commit is contained in:
parent
e94187ee96
commit
23c1c849c1
|
@ -115,5 +115,6 @@ function deleteBacktestResult(result: BacktestHistoryEntry) {
|
||||||
.table-rounded-corners {
|
.table-rounded-corners {
|
||||||
box-shadow: 0 0 0 1px var(--bs-border-color);
|
box-shadow: 0 0 0 1px var(--bs-border-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user