Skip to content

Commit 6769e85

Browse files
committed
Remove the damn borders
1 parent b6eed51 commit 6769e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Packet/Edit.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require('./header.inc.phtml'); ?>
6161
</div>
6262
<div class="form-group">
6363
<label class="font-weight-bold">Used by:</label>
64-
<table class="table table-sm">
64+
<table class="table table-borderless table-sm">
6565
<thead></thead><tbody>
6666
<? $product_ubound = count($products);
6767
for ($product_i = 0; $product_i < $product_ubound; ++$product_i)

0 commit comments

Comments
 (0)