Skip to content

Commit

Permalink
layout testing and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Oct 20, 2023
1 parent 5bb0a14 commit afcdd73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
<text
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textarea"
fieldLabel="Some plain text"
fieldLabel="Description"
name="./thetext"/>
<text2
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/textarea"
fieldLabel="Description with help"
fieldDescription="A text area for which a creation dialog icon appears besides the help icon."
name="./thetext"/>
<richText
jcr:primaryType="nt:unstructured"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
</c:when>
<c:otherwise>
<textarea name="response"
class="form-control ai-response-field" rows="10"></textarea>
class="form-control ai-response-field" rows="25"></textarea>
</c:otherwise>
</c:choose>
</div>
Expand Down

0 comments on commit afcdd73

Please sign in to comment.