Просмотр исходного кода

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

Torkel Ödegaard 10 лет назад
Родитель
Сommit
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>