Add overflow and text ellipsis to asset list item

This commit is contained in:
2026-04-02 23:26:48 +02:00
parent 6864fea0ad
commit fff366dea7

View File

@@ -1054,6 +1054,9 @@ button:disabled {
.status-bar__item--asset {
flex: 1 1 420px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.status-bar__strong {