mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
Merge pull request #8630 from caouecs/patch-1
Fix example of textarea in css.html
This commit is contained in:
commit
7b4c40ddb5
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
|
@ -1323,7 +1323,7 @@ For example, <code><section></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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue