changed width to input fields (#10184)

This commit is contained in:
Patrick O'Carroll
2017-12-13 12:42:50 +01:00
committed by Daniel Lee
parent cacbcb9c99
commit daf32c579d
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import {coreModule} from 'app/core/core';
var template = `
<div class="gf-form-select-wrapper max-width-13">
<div class="gf-form-select-wrapper max-width-18">
<select class="gf-form-input" ng-model="panel.repeat" ng-options="f.value as f.text for f in variables" ng-change="optionChanged()">
<option value=""></option>
</div>