diff --git a/zephyr/static/styles/activity.css b/zephyr/static/styles/activity.css index 3efe34ee4e..6ae7e99169 100644 --- a/zephyr/static/styles/activity.css +++ b/zephyr/static/styles/activity.css @@ -1,3 +1,8 @@ .activity_head { background-color: aliceblue; } + +.table td { + padding-top: 2px; + padding-bottom: 2px; +}