Browse Source

removed conflicting class that would cause panel type to not be populated in select type input

Rashid Khan 12 years ago
parent
commit
eeb4d1d797
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/partials/roweditor.html

+ 1 - 1
src/app/partials/roweditor.html

@@ -48,7 +48,7 @@
   <div class="row-fluid" ng-show="editor.index == 2">
     <h4>Select Panel Type</h4>
     <form class="form-inline">
-      <select class="input-medium input-append" ng-model="panel.type" ng-options="panelType for panelType in config.panel_names|stringSort"></select>
+      <select class="input-medium" ng-model="panel.type" ng-options="panelType for panelType in config.panel_names|stringSort"></select>
       <small ng-show="rowSpan(row) > 11">
         Note: This row is full, new panels will wrap to a new line. You should add another row.
       </small>