Sfoglia il codice sorgente

Fixed a small regression in textarea white-space handling

tags/7.0.0.beta1
Jouni Koivuviita 12 anni fa
parent
commit
ca7026f32d

+ 1
- 0
WebContent/VAADIN/themes/base/textfield/textfield-normal.css Vedi File

@@ -3,6 +3,7 @@
}
.v-textarea {
resize: none;
white-space: pre-wrap;
}
.v-textfield-focus,
.v-textarea-focus {

Loading…
Annulla
Salva