From a84a11e21cda7645612a7d501ff3de77ef302ead Mon Sep 17 00:00:00 2001 From: Macbook Date: Mon, 8 Jun 2026 13:26:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=8C=EB=A6=BC=EB=AA=A9=EB=AA=A9=20?= =?UTF-8?q?=EB=B3=B4=EC=A1=B0=EC=A7=80=ED=91=9C=20=EB=AA=85=20...=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/tradeNotificationList.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles/tradeNotificationList.css b/frontend/src/styles/tradeNotificationList.css index af5e044..0b13a53 100644 --- a/frontend/src/styles/tradeNotificationList.css +++ b/frontend/src/styles/tradeNotificationList.css @@ -1013,12 +1013,19 @@ overflow: hidden !important; } -/* 보조지표 pane 좌측 상단 지표명 */ +/* 보조지표 pane 좌측 상단 지표명 — 우측 가격축만 비우고 전체 이름 표시 */ +.tnl-mini-chart-canvas .pane-legend-item { + right: 46px; + width: auto; + max-width: none; +} + .tnl-mini-chart-canvas .pane-legend-name { font-size: 10px; - max-width: calc(100% - 12px); - overflow: hidden; - text-overflow: ellipsis; + flex: 0 0 auto; + max-width: none; + overflow: visible; + text-overflow: clip; white-space: nowrap; }