Skip to content

Commit

Permalink
Fix the layout for the label in the actions (#539)
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 515fd63 commit 43d9143
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 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
6 changes: 0 additions & 6 deletions css/tab.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 43d9143

Please sign in to comment.