Skip to content

Commit

Permalink
FIX: Padding for Background
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 18, 2023
1 parent 55a559e commit ee3dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ table.support-table.user-table tr td:first-child::before {
letter-spacing: .08rem;
color: var(--pp-red-alt-2) !important;
margin: auto 3px !important;
padding: 1px 3px 2px 4px !important;
padding: 1px 3px 0 4px !important;
}

.tile-version {
Expand Down

0 comments on commit ee3dafc

Please sign in to comment.