comment height
This commit is contained in:
parent
d6d8d09f04
commit
af17d85e7c
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
||||||
.add-comment {
|
.add-comment {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30vh;
|
min-height: 30vh;
|
||||||
|
height: 100%;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue