Skip to content

Commit

Permalink
FIX: Margin and class target
Browse files Browse the repository at this point in the history
- Fix `margin-top`
- Remove `!important`
  • Loading branch information
aljawaid committed Jan 11, 2023
1 parent 54731dc commit 61db3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1440,8 +1440,8 @@ tr.board-swimlane > td {
border-left-width: 3px !important;
}

.task-board-category-container {
margin-top: 0px !important;
.task-board-expanded .task-board-category-container {
margin-top: 5px;
display: block;
}

Expand Down

0 comments on commit 61db3a8

Please sign in to comment.