mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
fix the min height of monitor list
This commit is contained in:
parent
dffe3cf8f2
commit
6251f47050
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ export default {
|
||||||
.list {
|
.list {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: calc(100vh - 200px);
|
min-height: calc(100vh - 240px);
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue