We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 547f792 + a602aa6 commit f8b3240Copy full SHA for f8b3240
src/projects/detail/components/SpecQuestions.jsx
@@ -211,6 +211,7 @@ class SpecQuestions extends React.Component {
211
case 'textbox':
212
ChildElem = TCFormFields.Textarea
213
elemProps.wrapperClass = 'row'
214
+ elemProps.rows = 3
215
elemProps.autoResize = true
216
if (q.validations) {
217
elemProps.validations = q.validations
src/projects/detail/components/SpecSection.scss
@@ -729,7 +729,7 @@
729
max-width: 100%;
730
text-align: left;
731
text-indent: 0;
732
- resize: none;
+ resize: vertical;
733
overflow: hidden;
734
padding-top: 7px;
735
padding-bottom: 7px;
0 commit comments