File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1818 ` font-family: inherit; ` has been added to the ` .pure-button ` selector to
1919 normalize the difference in height. ([ #221 ] [ ] @narcis-radu )
2020
21+ ### Forms
22+
23+ * Added ` vertical-align: top; ` to ` <textarea> ` s within ` .pure-form-aligned `
24+ Forms to fix an alignment issue where its label was aligned to the middle.
25+ ([ #174 ] [ ] @rictorres , @ItsAsbreuk )
26+
2127
28+ [ #174 ] : https://github.com/yui/pure/issues/174
2229[ #200 ] : https://github.com/yui/pure/issues/200
2330[ #221 ] : https://github.com/yui/pure/issues/221
2431
Original file line number Diff line number Diff line change 164164 * zoom : 1 ;
165165 vertical-align : middle;
166166}
167+ .pure-form-aligned textarea {
168+ vertical-align : top;
169+ }
167170
168171/* Aligned Forms */
169172.pure-form-aligned .pure-control-group {
You can’t perform that action at this time.
0 commit comments