diff --git a/tabs/sensors.css b/tabs/sensors.css
index 60d230fc53..c4083280ce 100644
--- a/tabs/sensors.css
+++ b/tabs/sensors.css
@@ -40,9 +40,9 @@
float: right;
width: 720px;
- height: 130px;
+ height: 140px;
- margin-bottom: 20px;
+ margin-bottom: 10px;
}
.tab-sensors .grid .tick {
stroke: silver;
diff --git a/tabs/sensors.html b/tabs/sensors.html
index 7c4b254c87..d0124d307e 100644
--- a/tabs/sensors.html
+++ b/tabs/sensors.html
@@ -30,9 +30,9 @@
@@ -67,9 +67,9 @@
@@ -104,9 +104,9 @@
@@ -132,9 +132,9 @@
@@ -160,9 +160,9 @@
@@ -174,9 +174,9 @@
@@ -188,9 +188,9 @@
@@ -202,9 +202,9 @@
diff --git a/tabs/sensors.js b/tabs/sensors.js
index 989de7eaf0..6d08bb1c27 100644
--- a/tabs/sensors.js
+++ b/tabs/sensors.js
@@ -39,7 +39,7 @@ function addSampleToData(data, sampleNumber, sensorData) {
function initGraphHelpers(selector, sampleNumber, heightDomain) {
var margin = {top: 20, right: 20, bottom: 10, left: 40};
var width = 720 - margin.left - margin.right;
- var height = 130 - margin.top - margin.bottom;
+ var height = 140 - margin.top - margin.bottom;
var helpers = {selector: selector, dynamicHeightDomain: !heightDomain};