truncate long artifact names in card
This commit is contained in:
parent
5ba9553ef7
commit
683a3df6f3
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue