about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-06 17:40:52 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-06 17:40:52 -0700
commit60b93c0941382a50c786a7d028e2b6953f6a1980 (patch)
treec0981d029c99f35b045ff39571b9f4e5ac8cbede
parentMake css for dashboard friendlier to small screens (diff)
downloadjitterbug-60b93c0941382a50c786a7d028e2b6953f6a1980.tar.gz
Attempt to fix the commit description not being at least 80 chars wide
-rw-r--r--public/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 686110d..6e4558d 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -209,6 +209,7 @@ overflow: hidden;
 
 .commit .description {
 float: left;
+width: 100%;
 }
 
 .commit .git {