fix artifact card image dimensions
This commit is contained in:
parent
b4f58aa5af
commit
3ef4138901
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@
|
|||
}
|
||||
|
||||
.artifact-image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 104px;
|
||||
height: 104px;
|
||||
object-fit: contain;
|
||||
border-radius: $item-corner;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue