From 43d9143ffa4a4786d032c8db559f214f699558fd Mon Sep 17 00:00:00 2001 From: Sagar Gurung <46086950+SagarGi@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:52:00 +0545 Subject: [PATCH] Fix the layout for the label in the actions (#539) Signed-off-by: sagargurung1001@gmail.com --- css/dashboard.css | 5 ----- css/tab.css | 6 ------ 2 files changed, 11 deletions(-) diff --git a/css/dashboard.css b/css/dashboard.css index f6e9a56b6..78e9e2dc9 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -8,11 +8,6 @@ body.theme--dark .icon-openproject { background-image: url('../img/app.svg'); } -.option-open-project > .icon-openproject, -.action-open-project > .icon-openproject { - height: 100%; -} - .panel--content .item-list__entry:hover > .avatardiv { border: 1px solid #dbdbdb; } diff --git a/css/tab.css b/css/tab.css index 52f09acb3..b0eda0698 100644 --- a/css/tab.css +++ b/css/tab.css @@ -1,11 +1,5 @@ @import '../css/dashboard.css'; -span.icon-openproject { - min-width: 44px !important; - min-height: 16px !important; - background-size: 16px 16px; -} - #tab-open-project { height: 100%; padding: 0;