From fbd150a594f5c306fd0b3164cc89565c6023b5bc Mon Sep 17 00:00:00 2001 From: ossreleasefeed Date: Mon, 7 Apr 2014 19:47:15 +0200 Subject: [PATCH] lessen textarea width to avoid text hiding behind key --- static/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/application.css b/static/application.css index 152f222..8e7fe14 100644 --- a/static/application.css +++ b/static/application.css @@ -11,7 +11,7 @@ textarea { border: 0px; color: #fff; padding: 0px; - width: 100%; + width: 90%; height: 100%; font-family: monospace; outline: none;