From b59bfcd07f929165e1385e5b69a89b8c0e6acb93 Mon Sep 17 00:00:00 2001 From: mjadach-iv Date: Thu, 23 May 2024 10:02:59 +0200 Subject: [PATCH] overflow ellipsis --- frontend/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index 15db74e..68d0f50 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -127,11 +127,15 @@ th.icon, td.icon { th.name, td.name { max-width: 300px; text-align: left; + overflow: hidden; + text-overflow: ellipsis; } th.balance, td.balance { max-width: 300px; text-align: left; + overflow: hidden; + text-overflow: ellipsis; } .portfolio-table img {