Skip to content

Commit

Permalink
Fixed bug in textarea size -lg doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jllr committed Oct 30, 2020
1 parent 638c6ac commit 7139ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/website/views/components/forms/textarea/_examples.pug
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ p.-text
.chi-col.-w--12.-mb--2
.chi-form__item
chi-label(for="example__lg") Label
chi-textarea.chi-input(size="lg", id="example__lg") Sample text
chi-textarea(size="lg", id="example__lg") Sample text
.chi-col.-w--12
.chi-form__item
chi-label(for="example__xl") Label
Expand Down Expand Up @@ -641,4 +641,4 @@ script.
.addEventListener("click", function() {
var popoverElem = document.querySelector("#example__help-popover");
popoverElem.toggle();
});
});

0 comments on commit 7139ba2

Please sign in to comment.