Skip to content

Commit cd735b1

Browse files
committed
Adds styles to the labels
1 parent 111b2ca commit cd735b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/query.editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</gf-form-dropdown>
3131
</div>
3232
<div class="gf-form">
33-
<label class="gf-form-label width-10">Resolution</label>
33+
<label class="gf-form-label width-10 query-keyword">Resolution</label>
3434
<input type="text" class="input-small gf-form-input width-5" ng-model="ctrl.target.resolution" ng-change="ctrl.onChangeInternal()" placeholder="1m"/>
3535
</div>
3636
</div>
@@ -50,7 +50,7 @@
5050
</div>
5151
</div>
5252
<div class="gf-form">
53-
<label class="gf-form-label width-10">Aggregation</label>
53+
<label class="gf-form-label width-10 query-keyword">Aggregation</label>
5454
<div class="gf-form-select-wrapper width-10">
5555
<gf-form-dropdown
5656
model="ctrl.target.aggregation"

0 commit comments

Comments
 (0)