From 9691df1ab730b9fbc3945a619c73ad260960a788 Mon Sep 17 00:00:00 2001 From: Tom Hartley <35436443+tomhrtly@users.noreply.github.com> Date: Fri, 5 Oct 2018 14:07:17 +0100 Subject: [PATCH] Add "has-fixed-size" to docs --- docs/documentation/form/textarea.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index 6a353ba5..aac12d11 100644 --- a/docs/documentation/form/textarea.html +++ b/docs/documentation/form/textarea.html @@ -134,6 +134,12 @@ meta: {% include elements/snippet.html content=textarea_example %} +{% capture fixedsize_example %} +
+ +
+{% endcapture %} +

You can set the height of the textarea using the `rows` HTML attribute. @@ -200,3 +206,7 @@ meta:

{% include elements/snippet.html content=readonly_example %} + +

Fixed Size

+ +{% include elements/snippet.html content=fixedsize_example %}