From 85e1899f6b535399f545d25689f90ebf5fc0e6c9 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Fri, 23 Jun 2023 13:25:39 +0200 Subject: [PATCH] :bug: Fix '(...)' is truncated for 'Typographies' section in Library view --- frontend/resources/styles/main/partials/dashboard-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index 8f9747056..09bf2efc3 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -363,7 +363,7 @@ // LIBRARY VIEW .grid-item { .library { - height: 556px; + height: 580px; } &.project-th.library {