Fixed empty space at the bottom, fixed warning at main.ts
This commit is contained in:
parent
d10a2ca747
commit
54e6000eb8
3 changed files with 3 additions and 3 deletions
|
|
@ -90,6 +90,7 @@ input[type=checkbox]:focus {
|
|||
.plugin-root {
|
||||
min-width: 260px;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue