mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small ui align fix to graph axis and grid edit ui
This commit is contained in:
parent
c2a4e4720b
commit
73b512859a
@ -228,10 +228,10 @@
|
||||
</div>
|
||||
<div class="tight-form last">
|
||||
<ul class="tight-form-list">
|
||||
<li class="tight-form-item" style="width: 100px">
|
||||
<li class="tight-form-item" style="width: 105px">
|
||||
<strong>Decimals</strong>
|
||||
</li>
|
||||
<li>
|
||||
<li style="width: 105px">
|
||||
<input type="number" class="input-small tight-form-input" placeholder="auto" bs-tooltip="'Override automatic decimal precision for legend and tooltips'" data-placement="right"
|
||||
ng-model="panel.decimals" ng-change="render()" ng-model-onblur>
|
||||
</li>
|
||||
@ -242,4 +242,3 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user