From afea3c97f0c8a92d9d7c1d65c559448c0e3497bd Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Tue, 25 Feb 2020 15:43:49 -0600 Subject: [PATCH] Add padding to config card container (#6234) [deploy] This card inside of card thing really triggers me. It's not really important because we don't have many people poking around in these views, but just to make myself feel a littler better I added a bit of padding to make it less cluttered. --- app/assets/stylesheets/internal/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/internal/layout.scss b/app/assets/stylesheets/internal/layout.scss index f66179c3c..1b2e81781 100644 --- a/app/assets/stylesheets/internal/layout.scss +++ b/app/assets/stylesheets/internal/layout.scss @@ -1,3 +1,7 @@ +#siteConfigBodyContainer { + padding: 20px; +} + .pagination { justify-content: right;