|
|
@@ -20,13 +20,13 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="gf-form-inline">
|
|
|
- <div class="gf-form max-width-10">
|
|
|
+ <div class="gf-form">
|
|
|
<label class="gf-form-label width-5">Y-Min</label>
|
|
|
- <input type="text" class="gf-form-input" placeholder="auto" empty-to-null ng-model="yaxis.min" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
+ <input type="text" class="gf-form-input width-5" placeholder="auto" empty-to-null ng-model="yaxis.min" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
</div>
|
|
|
- <div class="gf-form max-width-10">
|
|
|
+ <div class="gf-form">
|
|
|
<label class="gf-form-label width-5">Y-Max</label>
|
|
|
- <input type="text" class="gf-form-input" placeholder="auto" empty-to-null ng-model="yaxis.max" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
+ <input type="text" class="gf-form-input width-5" placeholder="auto" empty-to-null ng-model="yaxis.max" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
</div>
|
|
|
</div>
|
|
|
|