Procházet zdrojové kódy

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

Torkel Ödegaard před 10 roky
rodič
revize
53b1d6a5b2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>