Commit 53b1d6a5 by Torkel Ödegaard

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

parent 836e4b49
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="editor-row" ng-if="editor.index == 0"> <div class="editor-row" ng-if="editor.index == 0">
<div class="editor-option"> <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>
<div class="editor-option"> <div class="editor-option">
<label class="small">Height</label><input type="text" class="input-mini" ng-model='row.height'></input> <label class="small">Height</label><input type="text" class="input-mini" ng-model='row.height'></input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment