issue #23965: make charts slightly taller
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 20 Jun 2014 01:13:24 +0000 (21:13 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 20 Jun 2014 01:13:24 +0000 (21:13 -0400)
lib/enyo-x/source/less/dashboard.less
lib/enyo-x/source/stylesheets/screen.css

index b33178e..dd2a6b2 100644 (file)
@@ -7,7 +7,7 @@
   Variables for widths/colors
 */
 @tile-width: 500px;
-@tile-height: 230px;
+@tile-height: 250px;
 @picker-label: 100px;
 @bottom-border: #444;
 @icon-height: 32px;
index 35d13ef..5be7fe3 100755 (executable)
@@ -2368,7 +2368,7 @@ body {
 }
 .dashboard .selectable-chart {
   width: 500px;
-  height: 230px;
+  height: 250px;
 }
 .dashboard .selectable-chart .chart-title-bar {
   width: 500px;