aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-03-18 20:13:58 +0100
committerTeddy Wing2017-03-18 20:13:58 +0100
commitb0f4427298e3fcd6d6c006adb005c3d06f92cddc (patch)
tree133a72bca0c3b4c24997d91d52c5e9978f2d3383
parentb127842d1681c4ad627bc8660fcf066462b890b3 (diff)
downloadchrome-timetasker-b0f4427298e3fcd6d6c006adb005c3d06f92cddc.tar.bz2
options.html: Increase the width of inputs
Allow a little more breathing room for input content. One option was too large for the input, which is why I'm increasing the width.
-rw-r--r--options.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html
index 311f3f9..8d08541 100644
--- a/options.html
+++ b/options.html
@@ -5,6 +5,7 @@
<style>
body { padding: 10px; }
+ input { width: 250px; }
</style>
</head>