<textarea class="skinCondition-field vlongtext clear ui-input-text ui-body-d ui-corner-all ui-shadow-inset" type="text" placeholder="Update details of your present skin condition (e.g. normal, dry, flaky, etc). Optionally, add details of any past skin conditions, medication or skin treatments/surgeries undergone. You may also upload images/reports, so that doctors understand your condition better." value=""></textarea>
textarea.ui-input-text.skinCondition-field {
height:10.5em;
white-space: normal;
word-wrap: break-word;
display: block;
word-wrap: break-word !important;
white-space: normal!important;
width: 100%;
}
甚至試圖
textarea.ui-input-text.skinCondition-field::-webkit-input-placeholder {white-space: normal!important; word-break: break-all !important;word-wrap: break-word !important;}
但在星系S3中的問題仍然存在。
你解決了這個問題嗎? – Wayou