Skip to content

Commit

Permalink
Decrasing the number of rows to better fit sample frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kitanov authored and Ivan Kitanov committed Jun 7, 2024
1 parent 97c1568 commit 714d71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/inputs/textarea/form-integration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="root">
<div class="container sample center">
<form id="form">
<igc-textarea rows="5" name="user_feedback" label="Your review" required></igc-textarea>
<igc-textarea rows="3" name="user_feedback" label="Your review" required></igc-textarea>
<div class="controls">
<igc-button type="submit">Submit review</igc-button>
<igc-button type="reset" variant="outlined">Reset</igc-button>
Expand Down
2 changes: 1 addition & 1 deletion samples/inputs/textarea/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<div id="root">
<div class="container sample center">
<igc-textarea rows="5" label="Tell us your story:">It was a dark and stormy night...</igc-textarea>
<igc-textarea rows="3" label="Tell us your story:">It was a dark and stormy night...</igc-textarea>
</div>
</div>
<!-- This script is needed only for parcel and it will be excluded for webpack -->
Expand Down

0 comments on commit 714d71a

Please sign in to comment.