瀏覽代碼

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

Torkel Ödegaard 10 年之前
父節點
當前提交
53b1d6a5b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/partials/roweditor.html

+ 1 - 1
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>