From 5c627a44cd3b47f8d91c4c4a3415f4e63e564a1e Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 27 Oct 2023 13:51:15 +0200 Subject: [PATCH] SysDrivers: improved styling --- emhttp/plugins/dynamix/sheets/SysDrivers.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/sheets/SysDrivers.css b/emhttp/plugins/dynamix/sheets/SysDrivers.css index 41ef30f5d..00a022ec7 100644 --- a/emhttp/plugins/dynamix/sheets/SysDrivers.css +++ b/emhttp/plugins/dynamix/sheets/SysDrivers.css @@ -1,5 +1,5 @@ table.t1{margin-top:0; border-collapse: collapse; border-spacing: 0;} -table.t1 tr td{padding:0 20px 0 0!important;margin:0!important;text-align:left!important;white-space:normal!important} +table.t1 tr td{padding:4px 20px 4px 0!important;margin:0!important;text-align:left!important;white-space:normal!important} table.t1 tr td:nth-child(1){width:5%} table.t1 tr td:nth-child(2){width:35%} table.t1 tr td:nth-child(3){width:15%}