Skip to content

Commit

Permalink
Fix checkbox display in parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Feb 12, 2024
1 parent 118f19a commit a5ade8f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
font-size: x-small;
text-align: right;
}
.form-control.parameter[type="checkbox"] {
height: 31px;
width: 20px;
}

0 comments on commit a5ade8f

Please sign in to comment.