Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 18, 2025
1 parent 5d19596 commit f84952d
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 @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:when test="${it.userId != null}">
<div class="jenkins-card__details__item">
<div class="jenkins-card__details__item__icon">
<l:icon src="${it.userAvatar}"/>
<l:icon src="${it.userAvatar}" class="jenkins-avatar" />
</div>
<span>
${%started_by_user(it.userUrl, it.userName, rootURL)}
Expand Down
2 changes: 1 addition & 1 deletion src/main/scss/pages/_job.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
padding: 0 0 0 0.5rem;
margin-top: 0.385rem;

svg {
svg, img {
width: 1.25rem;
height: 1.25rem;
}
Expand Down

0 comments on commit f84952d

Please sign in to comment.