Skip to content

Commit

Permalink
Docs(web): Unify TextArea demo with Twig
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen authored and literat committed Jul 21, 2023
1 parent 38c0620 commit e90904b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/scss/components/TextArea/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 class="docs-Heading">Hidden Label</h2>
<div class="docs-FormFieldGrid">
<div class="TextArea">
<label for="textAreaHiddenLabel" class="TextArea__label TextArea__label--hidden">Hidden Label</label>
<textarea id="textAreaHiddenLabel" class="TextArea__input" name="hiddenLabel" placeholder="Placeholder">Filled</textarea>
<textarea id="textAreaHiddenLabel" class="TextArea__input" name="hiddenLabel" placeholder="Placeholder"></textarea>
</div>
</div>
</section>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h2 class="docs-Heading">Fluid</h2>
<h2 class="docs-Heading">Inline</h2>

<div class="docs-FormFieldGrid">
<div style="display: flex; gap: 1rem; align-items: flex-end">
<div style="display: flex; gap: 1rem; align-items: flex-start">
<div class="TextArea">
<label for="textAreaInline" class="TextArea__label TextArea__label--hidden">Hidden Label</label>
<textarea id="textAreaInline" class="TextArea__input" name="inline" placeholder="Placeholder">Filled</textarea>
Expand Down

0 comments on commit e90904b

Please sign in to comment.