From a7026ae07ee86da760a6a9c04a2db7db2fdc23a2 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Fri, 15 Apr 2016 19:58:51 -0400 Subject: [PATCH] Reduced the margin size in the bundle nav room names. This makes it so that all the items fit in the panel body. --- main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.css b/main.css index a7e7beb..530da1f 100644 --- a/main.css +++ b/main.css @@ -19,6 +19,10 @@ flex-wrap: wrap; } +.panel-tabs a { + padding: 3px; +} + .bundle-complete { text-decoration: line-through; }