webstaff: constrain select length when inside a bootstrap component
authorMike Rylander <mrylander@gmail.com>
Wed, 31 May 2017 16:03:19 +0000 (12:03 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 31 May 2017 16:03:19 +0000 (12:03 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/serials/t_apply_binding_template.tt2

index 20de945..dbdb21d 100644 (file)
@@ -40,7 +40,8 @@
         <div class="col-md-4">
             <select id="ou_{{lib.id}}"
                 ng-model="args.bind_unit_template[lib.id]"
-                ng-options="t.id as t.name for t in templates[lib.id]">
+                ng-options="t.id as t.name for t in templates[lib.id]"
+                class="form-control">
                 <option value=""></option>
             </select>
         </div>