Skip to content

Commit

Permalink
Issue #16 - set static width to .textareaClone
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed May 24, 2012
1 parent 25b3cd2 commit dcfc93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
width: 100%;
}

.exampleStaticWidth textarea {
.exampleStaticWidth textarea, .exampleStaticWidth .textareaClone {
width: 400px;
}

Expand Down Expand Up @@ -222,7 +222,7 @@ <h3>Static Width</h3>

</p>
<pre><code>
textarea {
textarea, .textareaClone {
width: 400px;
}</code></pre>

Expand Down

0 comments on commit dcfc93b

Please sign in to comment.