Merge pull request #3 from m1k1o/visitor_login

Textarea pre-wrap Bug
This commit is contained in:
Miroslav Šedivý 2017-09-29 20:16:28 +02:00 committed by GitHub
commit 1c15d5cd45

View file

@ -663,7 +663,7 @@ body {
}
.t_area .e_text {
white-space: pre;
white-space: pre-wrap;
margin: 0 0 0 10px;
min-height: 88px;
max-width: 100%;