white paper : fix form-area height. closes #78
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 27s
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 27s
This commit is contained in:
parent
bf041f4f7a
commit
35f160f9d1
1 changed files with 1 additions and 2 deletions
|
|
@ -193,8 +193,7 @@
|
|||
background: #000;
|
||||
margin-top: 2rem;
|
||||
width: 30vw;
|
||||
height: 40rem;
|
||||
max-height: 65vh;
|
||||
height: fit-content;
|
||||
overflow: auto;
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue