Skip to content

Commit

Permalink
Fix misaligned badges
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 15, 2021
1 parent 74274f4 commit 7892e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ f.section(title: _("Administrative monitors configuration")) {
div(width: "100%") {
for (AdministrativeMonitor am : new ArrayList<>(AdministrativeMonitor.all())
.sort({ o1, o2 -> o1.getDisplayName() <=> o2.getDisplayName() })) {
f.block() {
div(class: "jenkins-checkbox-help-wrapper", style: "margin-bottom: 0.75rem;") {
f.checkbox(name: "administrativeMonitor",
title: am.displayName,
checked: am.enabled,
Expand Down
2 changes: 1 addition & 1 deletion war/src/main/less/modules/badges.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-size: 0.75rem;
font-weight: 500;
padding: 0 0.5rem;
margin: 0 0.25rem 0.25rem 0;
margin: 0 0.25rem 0 0;
text-decoration: none;
text-align: center;
white-space: nowrap;
Expand Down

0 comments on commit 7892e6c

Please sign in to comment.