Skip to content

Commit

Permalink
NEW: Save screen space in Application Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 5, 2023
1 parent 4bb0981 commit 180c0be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -2558,6 +2558,17 @@ span.cell-float-right {float: right;}
color:#ffffff;
}

#config-section .form-help:only-of-type {
display: inline-block;
margin-left: 5px;
}

#form-application_language + label {
display: inline-block;
margin-left: 50px;
}


@media screen and (max-width: 500px) {
.public-header {
font-size: 1em;
Expand Down

0 comments on commit 180c0be

Please sign in to comment.