From fff366dea77da3e9c4412c963aa6cc3e2927c5ec Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 2 Apr 2026 23:26:48 +0200 Subject: [PATCH] Add overflow and text ellipsis to asset list item --- src/app/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/app.css b/src/app/app.css index 1977f90d..1704eb3a 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -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 {