Row editor: increased width of title field, Fixes #1755

This commit is contained in:
Torkel Ödegaard
2015-04-15 10:52:09 +02:00
parent 836e4b4911
commit 53b1d6a5b2

View File

@@ -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>