From 2704c3f3de34c3164f001418672568922f905e0c Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Thu, 18 May 2023 09:54:33 +0200 Subject: [PATCH] :bug: Fix libraries had different sizes --- .../resources/styles/main/partials/dashboard-grid.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 13b861ebc..d2c9b8fe2 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -358,6 +358,15 @@ // LIBRARY VIEW .grid-item { + .library { + height: 556px; + } + + .info-wrapper { + border: 1px solid $color-gray-10; + border-radius: 3px; + } + &.project-th.library { height: 610px; width: 300px;