diff --git a/src/app/panels/graph/axisEditor.html b/src/app/panels/graph/axisEditor.html index 6af8cb5c25a..5190dd4a56a 100644 --- a/src/app/panels/graph/axisEditor.html +++ b/src/app/panels/graph/axisEditor.html @@ -4,13 +4,13 @@
@@ -43,13 +43,13 @@
@@ -87,7 +87,7 @@
    -
  • +
  • Show Axis
  • @@ -96,7 +96,7 @@ ng-model="panel['x-axis']" ng-checked="panel['x-axis']" ng-change="render()">
  • -
  • +
  • Y-Axis  @@ -107,7 +107,7 @@
    -
  • +
  • Thresholds
  • @@ -130,7 +130,7 @@
  • -
  • +
  • Line mode  @@ -149,7 +149,7 @@
      -
    • +
    • Legend
    • @@ -170,8 +170,8 @@ ng-model="panel.legend.rightSide" ng-checked="panel.legend.rightSide" ng-change="render()">
    • -
    • - Hide empty  +
    • + Hide empty  @@ -206,7 +206,7 @@ ng-model="panel.legend.avg" ng-checked="panel.legend.avg" ng-change="render()">
    • -
    • +
    • Current  diff --git a/src/css/less/grafana.less b/src/css/less/grafana.less index 6038356fafb..fb6e85ac99c 100644 --- a/src/css/less/grafana.less +++ b/src/css/less/grafana.less @@ -251,6 +251,9 @@ input[type=text].grafana-target-text-input { margin: 0px; border-radius: 0; padding: 8px 4px; + &.last { + border-right: none; + } } input[type=checkbox].grafana-target-option-checkbox {