Styles & Theme: Inline form styles polish & tweaks (#23521)
* Styles: Refactoring and tweaks to inline form styles * Minor change * Minor fix * Updated snapshot * tweaks * minor tweak * Updated modal style * Updated snapshot * Updated more snapshots
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<div class="gf-form">
|
||||
<label class="gf-form-label query-keyword width-7">Series count</label>
|
||||
<input type="number"
|
||||
class="gf-form-input width-7"
|
||||
class="gf-form-input width-15"
|
||||
placeholder="1"
|
||||
ng-model="ctrl.target.seriesCount"
|
||||
min="1"
|
||||
@@ -91,7 +91,7 @@
|
||||
<div class="gf-form">
|
||||
<label class="gf-form-label query-keyword width-7">Min</label>
|
||||
<input type="number"
|
||||
class="gf-form-input width-6"
|
||||
class="gf-form-input width-15"
|
||||
placeholder="none"
|
||||
ng-model="ctrl.target.min"
|
||||
step="0.1"
|
||||
@@ -100,7 +100,7 @@
|
||||
<div class="gf-form">
|
||||
<label class="gf-form-label query-keyword width-7">Max</label>
|
||||
<input type="number"
|
||||
class="gf-form-input width-6"
|
||||
class="gf-form-input width-15"
|
||||
placeholder="none"
|
||||
ng-model="ctrl.target.max"
|
||||
step="0.1"
|
||||
|
||||
Reference in New Issue
Block a user