We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6eed51 commit 6769e85Copy full SHA for 6769e85
src/templates/Packet/Edit.phtml
@@ -61,7 +61,7 @@ require('./header.inc.phtml'); ?>
61
</div>
62
<div class="form-group">
63
<label class="font-weight-bold">Used by:</label>
64
- <table class="table table-sm">
+ <table class="table table-borderless table-sm">
65
<thead></thead><tbody>
66
<? $product_ubound = count($products);
67
for ($product_i = 0; $product_i < $product_ubound; ++$product_i)
0 commit comments