We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
textarea
1 parent b3c5275 commit cb9b903Copy full SHA for cb9b903
index.html
@@ -97,6 +97,11 @@
97
</div>
98
99
100
+ <label class="has-float-label">
101
+ <textarea placeholder="No newsletter please!"></textarea>
102
+ <span>Notes</span>
103
+ </label>
104
+
105
<button>Sign up</button>
106
</fieldset>
107
scss/float-label.scss
@@ -11,7 +11,11 @@
11
appearance: none;
12
}
13
14
- input, select {
+ textarea {
15
+ width: 100%;
16
+ }
17
18
+ input, select, textarea {
19
@include float-label-input;
20
font-size: inherit;
21
padding-top: 1em;
0 commit comments