Skip to content

Commit

Permalink
Fix spacing of manage jenkins page
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 16, 2022
1 parent c369743 commit a280b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion war/src/main/less/modules/section.less
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
bottom: -10px;
right: -10px;
z-index: -1;
border-radius: 6px;
border-radius: 10px;
transition: var(--standard-transition);
opacity: 0;
pointer-events: none;
Expand Down Expand Up @@ -184,5 +184,6 @@
font-weight: 500;
margin: 0;
line-height: 1.66;
margin-right: 10px;
}
}

0 comments on commit a280b7e

Please sign in to comment.