From bb9227bb89cad0d90e0d078ae137bb9b744998cf Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 15 Aug 2020 22:38:19 +0200 Subject: [PATCH] fix dummy-card 1px offset old style removed the border, shifting the last row 1px to the right. --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 24c545d..458e957 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -173,7 +173,7 @@ article { .card.dummy { box-shadow: none; - border: transparent; + border-color: transparent; margin-top: 0; margin-bottom: 0; padding-top: 0; -- 2.39.3