From 489dc521e3025ee44d5140333d2f85f9a5767cdf Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Mon, 7 Dec 2020 12:10:05 +0100 Subject: [PATCH] :tada: Fix project name edit field --- frontend/resources/styles/main/partials/dashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/resources/styles/main/partials/dashboard.scss b/frontend/resources/styles/main/partials/dashboard.scss index 2aed67220e..38b467b49a 100644 --- a/frontend/resources/styles/main/partials/dashboard.scss +++ b/frontend/resources/styles/main/partials/dashboard.scss @@ -135,6 +135,7 @@ border: 1px solid $color-gray-10; border-radius: $br-small; display: flex; + padding-right: $big; position: relative; input.element-title {