From e75b53ff8d0fc7fd10d068e54b906dc30ca9de52 Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 3 Jul 2023 12:53:14 +0200 Subject: [PATCH] :bug: Fix search font visualitation --- CHANGES.md | 2 ++ frontend/resources/styles/main/partials/dashboard-fonts.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c2c4f1f4d..a584c9000 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,8 @@ - Fix unpublish more than one library at the same time [Taiga #5532](https://tree.taiga.io/project/penpot/issue/5532) - Fix drag projects on dahsboard [Taiga #5531](https://tree.taiga.io/project/penpot/issue/5531) - Fix allow team name to be all blank [Taiga #5527](https://tree.taiga.io/project/penpot/issue/5527) +- Fix search font visualitation [Taiga #5523](https://tree.taiga.io/project/penpot/issue/5523) + ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/partials/dashboard-fonts.scss b/frontend/resources/styles/main/partials/dashboard-fonts.scss index bd93dca5f..544e50341 100644 --- a/frontend/resources/styles/main/partials/dashboard-fonts.scss +++ b/frontend/resources/styles/main/partials/dashboard-fonts.scss @@ -60,7 +60,7 @@ font-size: $fs14; background-color: $color-white; display: flex; - min-width: 1000px; + max-width: 1000px; width: 100%; min-height: 97px; align-items: center;