From 217ca6672021f21df1c7f9de051560ced6d31d60 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Fri, 14 Jul 2023 09:54:26 +0200 Subject: [PATCH] :bug: Fix position of text cursor is a bit too high in Invitations section --- CHANGES.md | 1 + frontend/resources/styles/main/partials/dashboard-team.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index be9ac3a18..13bc3d076 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -80,6 +80,7 @@ - Fix create typography with section closed [Taiga #5574](https://tree.taiga.io/project/penpot/issue/5574) - Fix exports menu on viewer mode [Taiga #5568](https://tree.taiga.io/project/penpot/issue/5568) - Fix create empty comments [Taiga #5536](https://tree.taiga.io/project/penpot/issue/5536) +- Fix position of text cursor is a bit too high in Invitations section [Taiga #5511](https://tree.taiga.io/project/penpot/issue/5511) ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index 45ee9d6ec..5bdfcebda 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -35,6 +35,7 @@ input { &.no-padding { padding-top: 12px; + height: 50px; } min-height: 40px; }