FunctionProject/website/components/FunctionComments/FunctionComments.css

7 lines
123 B
CSS
Raw Normal View History

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