We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbac3ba commit 01760fcCopy full SHA for 01760fc
src/templates/Packet/Index.phtml
@@ -33,7 +33,7 @@ require('./header.inc.phtml'); ?>
33
</select>
34
</div>
35
<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>
+ <table class="table table-borderless table-sm d-inline-block"><thead><tr><th colspan="3" class="text-center">Packet Types</th></tr></thead><tbody>
37
<? $x = 0;
38
foreach ($this->getContext()->application_layers as $layer)
39
{
0 commit comments