diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index cc852068..2f34a382 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -20,3 +20,8 @@ th { h3 { margin-top: 1em; } + +table.productList { + border-collapse: separate; + border-spacing: 0em 1em; +}