textareas should be treated like text inputs

pull/1034/head
Dave Cranwell 2015-03-02 10:47:01 +00:00
rodzic 4e63ed9569
commit 5e1ec48df7
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -266,7 +266,8 @@
padding-bottom:1.2em;
}
.struct-block .widget-text_input > label{
.struct-block .widget-text_input > label,
.struct-block .widget-textarea > label{
display:none;
}