From 6e065bf075f1b87e7b98232dd0853426fe43ccf7 Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 10 Apr 2018 19:55:52 +0200 Subject: [PATCH] Avoids duplicated border on cards --- app/assets/stylesheets/layout.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 128b21346..f7daaf3dd 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2281,6 +2281,11 @@ table { } .card { + padding: $line-height / 2; + + .card { + border: 0; + } .card-section { margin: 0 auto;