Skip to content

Commit

Permalink
improve batch sample table column sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbocarsly committed Jul 25, 2024
1 parent 271f7c0 commit e729b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/BatchCreateItemModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<thead>
<tr class="subheading">
<th style="width: calc(12%)">ID</th>
<th>Name</th>
<th style="width: calc(25%)">Name</th>
<th style="width: calc(15%)">Date</th>
<th style="width: calc(22%)">Copy from</th>
<th style="width: calc(22%) - 2rem">Components</th>
Expand Down

0 comments on commit e729b6f

Please sign in to comment.