From 010ec2547789b63d3ad2c294304fae36a2acfd60 Mon Sep 17 00:00:00 2001 From: adro Date: Mon, 21 Feb 2022 19:09:02 +0100 Subject: [PATCH] Small improvements - Added padding to table elements - Added default broadcast --- web/template/device.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/template/device.html b/web/template/device.html index f3ece19..a6fcf7a 100644 --- a/web/template/device.html +++ b/web/template/device.html @@ -4,7 +4,7 @@ - + @@ -58,6 +58,10 @@ border-collapse: collapse; } + th, td { + padding: 0.25rem; + } + .actions { text-align: center; }