Prechádzať zdrojové kódy

Small ui align fix to graph axis and grid edit ui

Torkel Odegaard 10 rokov pred
rodič
commit
73b512859a
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  1. 2 3
      public/app/panels/graph/axisEditor.html

+ 2 - 3
public/app/panels/graph/axisEditor.html

@@ -228,10 +228,10 @@
 		</div>
 		</div>
 		<div class="tight-form last">
 		<div class="tight-form last">
 			<ul class="tight-form-list">
 			<ul class="tight-form-list">
-				<li class="tight-form-item" style="width: 100px">
+				<li class="tight-form-item" style="width: 105px">
 					<strong>Decimals</strong>
 					<strong>Decimals</strong>
 				</li>
 				</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"
 					<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>
 					ng-model="panel.decimals" ng-change="render()" ng-model-onblur>
 				</li>
 				</li>
@@ -242,4 +242,3 @@
 
 
 	</div>
 	</div>
 </div>
 </div>
-