From b4c3fba8a15cad79ebb4231228e7dc3e1db88c1f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 6 Apr 2013 13:40:43 -0400 Subject: [PATCH] increase max width of detail column --- dashboard-ui/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index d6ec7afc37..bfbcf9042d 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -716,7 +716,7 @@ progress { display: inline-block; width: 45%; padding-left: 20px; - max-width: 800px; + max-width: 1000px; } .galleryImage {