mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Row editor: increased width of title field, Fixes #1755
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<div class="editor-row" ng-if="editor.index == 0">
|
||||
<div class="editor-option">
|
||||
<label class="small">Title</label><input type="text" class="input-medium" ng-model='row.title'></input>
|
||||
<label class="small">Title</label><input type="text" class="input-xlarge" ng-model='row.title'></input>
|
||||
</div>
|
||||
<div class="editor-option">
|
||||
<label class="small">Height</label><input type="text" class="input-mini" ng-model='row.height'></input>
|
||||
|
||||
Reference in New Issue
Block a user