diff --git a/@overflow/sensor/component/sensor-detail.component.html b/@overflow/sensor/component/sensor-detail.component.html index addf489..3840fe4 100644 --- a/@overflow/sensor/component/sensor-detail.component.html +++ b/@overflow/sensor/component/sensor-detail.component.html @@ -1,4 +1,3 @@ -SENSOR_DETAIL_COMPONENT

{{sensor.crawler.name}}

@@ -36,7 +35,7 @@ SENSOR_DETAIL_COMPONENT
-
+
diff --git a/src/styles.scss b/src/styles.scss index 6b7249c..a4584f0 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1754,6 +1754,13 @@ // padding: 5px; // } } +.ui-left-info{ + margin-left: -15px !important; + min-width: 300px !important; + span{ + width: 105px !important; + } +} .ui-bottom-border-1 { border-bottom: #bdbdbd 1px solid;