FunctionProject/website/components/FunctionPage/FunctionComments/FunctionComments.css
2020-08-03 14:14:45 +02:00

8 lines
118 B
CSS

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