FunctionProject/website/components/FunctionPage/FunctionComments/FunctionComments.css
2020-04-23 17:31:36 +02:00

7 lines
123 B
CSS

.FunctionComments__row {
margin-bottom: 20px;
}
.FunctionComments__textarea {
height: auto;
resize: vertical;
}