mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Graphite: Change font-family for query editor to monospace (#35515)
* Changed font-family to monospace Added an inline style attribute to the input field for the graphite query editor which changes the font-family to monospace * Change graphite query editor font-family to monospace Added an inline style attribute to the input field for the graphite query editor which changes the font-family to monospace
This commit is contained in:
parent
d94817146e
commit
1974bbb873
@ -1,7 +1,7 @@
|
||||
<query-editor-row query-ctrl="ctrl" has-text-edit-mode="true">
|
||||
|
||||
<div class="gf-form" ng-show="ctrl.target.textEditor">
|
||||
<input type="text" class="gf-form-input" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.targetTextChanged()"></input>
|
||||
<input type="text" class="gf-form-input" style="font-family: monospace;" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.targetTextChanged()"></input>
|
||||
</div>
|
||||
|
||||
<div ng-hide="ctrl.target.textEditor">
|
||||
|
Loading…
Reference in New Issue
Block a user