FunctionProject/website/components/FunctionPage/FunctionComments/FunctionComments.css

8 lines
118 B
CSS
Raw Normal View History

.FunctionComments__row {
2020-08-03 14:14:45 +02:00
margin-bottom: 20px;
}
.FunctionComments__textarea {
2020-08-03 14:14:45 +02:00
height: auto;
resize: vertical;
}