We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ed827 commit af9c678Copy full SHA for af9c678
app/views/line_items/_line_item_fields.html.erb
@@ -8,7 +8,7 @@
8
<div class='d-flex flex-column justify-content-center'>
9
<% if requested.blank? %>
10
<% unless local_assigns[:changes_disallowed] %>
11
- <div class='d-flex flex-row align-iteline_item_fieldsms-center'>
+ <div class='d-flex flex-row align-items-center'>
12
<%= render partial: "barcode_items/barcode_item_lookup",
13
locals: { index: field&.options[:child_index] || "new_item" } %>
14
<div id="barcode-scanner-btn" class="fa fa-barcode barcode-scanner mx-2"> </div>
0 commit comments