diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 8ac9e6995..8bbd0bd19 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -87,6 +87,9 @@ footer > .p { } .table-actions { +/* those margins will give table rows in Pankow TableViews some more space */ + margin-top: 4px; + margin-bottom: 4px; text-align: right; visibility: hidden; }