comment height

This commit is contained in:
j 2023-08-24 10:08:32 +02:00
parent d6d8d09f04
commit af17d85e7c

View file

@ -18,7 +18,8 @@
.add-comment {
box-sizing: border-box;
width: 100%;
height: 30vh;
min-height: 30vh;
height: 100%;
padding-top: 8px;
padding-left: 4px;