From 0a6e0d0f2c6e506aec00e8854f03a648ca46e70e Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 11 Feb 2021 11:58:45 +0100 Subject: [PATCH] :bug: Fixes dashboard preview text alignment --- CHANGES.md | 1 + frontend/resources/styles/main/partials/dashboard-grid.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1fe83c1b6..82508934e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,6 +25,7 @@ - Fix show correct error when google auth is disabled - Fix apply a color to a text selection from color palette was not working - Fix logo icon in viewer should go to dashboard +- Fix text alignment in preview [#594](https://github.com/penpot/penpot/issues/594) ### Community contributions by (Thank you! :heart:) diff --git a/frontend/resources/styles/main/partials/dashboard-grid.scss b/frontend/resources/styles/main/partials/dashboard-grid.scss index d39ec4e3f..e877491e3 100644 --- a/frontend/resources/styles/main/partials/dashboard-grid.scss +++ b/frontend/resources/styles/main/partials/dashboard-grid.scss @@ -38,6 +38,10 @@ width: 18%; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); + .grid-item-th { + text-align: initial; + } + &.placeholder { min-width: 115px; max-width: 115px;