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;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
aspect-ratio: 1 / 1;
|
|
||||||
border-radius: $item-corner;
|
border-radius: $item-corner;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--card-bg, #f5f5f5);
|
background: var(--card-bg, #f5f5f5);
|
||||||
|
|
@ -132,7 +131,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
max-width: 100%;
|
max-width: 139px;
|
||||||
|
|
||||||
&.nickname {
|
&.nickname {
|
||||||
font-weight: $bold;
|
font-weight: $bold;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue