From c141f2111a3348564002b49f26e26f6cb330c370 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Fri, 14 Feb 2020 02:13:23 -0500 Subject: public/css/override: Make table rows more compact --- public/css/override.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/override.css b/public/css/override.css index 3d3f467..680eaa9 100644 --- a/public/css/override.css +++ b/public/css/override.css @@ -82,6 +82,7 @@ a, .ui.breadcrumb a { color: #0366d6; } .ui.attached.header { background: #f9fafb; } .ui.attached.header .right { margin-top: 0; } .ui.compact.button, .ui.compact.buttons .button { padding: 0.5rem 1rem; font-weight: 700; } +.ui.table > tbody > tr > td, .ui.table > tr > td { padding: 8px; } .repo-title .divider { margin: 0; } .repo-topics, .ui.repo-description { display: none !important; } -- cgit v1.2.3