Skip to content

Commit

Permalink
Fix the layout for the label in the actions
Browse files Browse the repository at this point in the history
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
  • Loading branch information
SagarGi committed Dec 7, 2023
1 parent 4cf509f commit 242d26f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
7 changes: 0 additions & 7 deletions css/tab.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
@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;
Expand Down

0 comments on commit 242d26f

Please sign in to comment.