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

pull/1783/head
Torkel Ödegaard 10 years ago
parent 836e4b4911
commit 53b1d6a5b2
  1. 2
      public/app/partials/roweditor.html

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

Loading…
Cancel
Save