From: Tom Hartley <35436443+tomhrtly@users.noreply.github.com> Date: Fri, 5 Oct 2018 13:07:17 +0000 (+0100) Subject: Add "has-fixed-size" to docs X-Git-Tag: 0.7.2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9691df1ab730b9fbc3945a619c73ad260960a788;p=thirdparty%2Fbulma.git Add "has-fixed-size" to docs --- diff --git a/docs/documentation/form/textarea.html b/docs/documentation/form/textarea.html index 6a353ba59..aac12d118 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 %}