truncate long artifact names in card

This commit is contained in:
Justin Edmund 2025-12-19 01:36:10 -08:00
parent 5ba9553ef7
commit 683a3df6f3

View file

@ -80,7 +80,6 @@
justify-content: center;
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
border-radius: $item-corner;
overflow: hidden;
background: var(--card-bg, #f5f5f5);
@ -132,7 +131,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
max-width: 139px;
&.nickname {
font-weight: $bold;