Skip to content

Commit 01760fc

Browse files
committed
Remove borders from packet types filter
1 parent cbac3ba commit 01760fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/Packet/Index.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require('./header.inc.phtml'); ?>
3333
</select>
3434
</div>
3535
<div class="form-group">
36-
<table class="table d-inline-block"><thead><tr><th colspan="3" class="text-center">Packet Types</th></tr></thead><tbody>
36+
<table class="table table-borderless table-sm d-inline-block"><thead><tr><th colspan="3" class="text-center">Packet Types</th></tr></thead><tbody>
3737
<? $x = 0;
3838
foreach ($this->getContext()->application_layers as $layer)
3939
{

0 commit comments

Comments
 (0)