2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Example of textarea

This commit is contained in:
Fred Delrieu
2013-07-27 00:09:27 +02:00
parent 444973e54d
commit 4ca3e3677a
+1 -1
View File
@@ -1323,7 +1323,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<textarea class="form-control" rows="3"></textarea>
</form>
{% highlight html %}
<textarea rows="3"></textarea>
<textarea class="form-control" rows="3"></textarea>
{% endhighlight %}
<h3>Checkboxes and radios</h3>