aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-06-22 22:26:22 +0300
committerGravatar Vitaly Takmazov2017-06-22 22:26:33 +0300
commit2331a659e4ea152c536523404dff4323a59e99d4 (patch)
treea7d617ccbb394107afc104cde97acc136731ad10 /juick-www/src/main/static/style.css
parent2f2144b46585967996cc441378ef113d1681087b (diff)
www: fix textarea focus on mobile Safari by replacing buggy autosizer
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index 672db5c6..6bca014d 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -166,7 +166,6 @@ body > header p {
}
#newmessage textarea {
border: 1px solid #CCC;
- height: 14pt;
margin: 0 0 5px 0;
min-height: 14pt;
padding: 4px;