diff options
author | Vitaly Takmazov | 2018-01-22 13:52:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-22 13:52:16 +0300 |
commit | da63e4ce397be4166fe71e1205b8dc0aa9dce3aa (patch) | |
tree | b274c4de9311e27aae98b1338c94570c2e6242e3 /juick-www | |
parent | 2142e114f33b9537e15799281212fec1817a999a (diff) |
www: next post form fixes
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 8f0bd195..f1a84ceb 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -805,7 +805,7 @@ blockquote { border: 1px solid #DDD; padding: 2px; resize: vertical; - width: 695px; + width: 100%; } /* #endregion */ |