Skip to content

Commit

Permalink
FIX: Filter Padding
Browse files Browse the repository at this point in the history
- Make narrower, save space
  • Loading branch information
aljawaid committed Jan 2, 2023
1 parent 570c256 commit 1297921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ table > tbody > tr > th:not(:first-child), table > tbody > tr > td:not(:first-ch

.input-addon-field, .input-addon-item {
border: .16em inset var(--button-blue-border-gradient-match) !important;
padding: 3px .75em 3px .75em !important;
padding: 3px .5em 3px .5em !important;
margin-top: -1px !important;
}

Expand Down

0 comments on commit 1297921

Please sign in to comment.