From a53176489a53530423a27c9758c4a2bdf68bfe9f Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 21 Jun 2023 09:49:43 +0200 Subject: [PATCH] :bug: Fix extra line framing dashboard cards --- frontend/resources/styles/main/partials/dashboard-grid.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index d2c9b8fe28..0ee2523256 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -362,11 +362,6 @@ height: 556px; } - .info-wrapper { - border: 1px solid $color-gray-10; - border-radius: 3px; - } - &.project-th.library { height: 610px; width: 300px;