Fix icon position

This commit is contained in:
Jan Faracik 2023-11-24 17:52:28 +00:00
parent 18a84076b5
commit c6f5db0be7
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@
.build-row-cell .pane.build-name .build-icon {
position: absolute;
margin-top: 2px;
z-index: 1;
}