알림목록 시간봉 표시오류 수정

This commit is contained in:
Macbook
2026-06-01 02:01:00 +09:00
parent 227db1e607
commit 6d28018a2a
2 changed files with 41 additions and 4 deletions
@@ -601,6 +601,20 @@
gap: 10px 14px;
}
/* 캔들 시각 — 10분봉·15분봉 등 분봉 라벨이 다음 줄로 밀리지 않도록 */
.tnl-summary-info-row--candle {
grid-template-columns: 88px minmax(108px, 1fr);
}
.tnl-summary-info-val--candle {
word-break: keep-all;
overflow-wrap: normal;
}
.tnl-summary-info-val--candle .tnl-candle-interval {
white-space: nowrap;
}
.tnl-summary-info-lbl {
font-size: 12px;
font-weight: 600;