Make the packet and packet_details have the same margins.

This commit is contained in:
Jason Michalski
2024-05-20 23:53:40 -07:00
parent d25fd6ffd8
commit d44a56bf20

View File

@@ -1,4 +1,4 @@
<div class="card mt-1">
<div class="card mt-2">
<div class="card-header">
{% set from_me = packet.from_node_id == node_id %}
{% set to_me = packet.to_node_id == node_id %}