알림목록 시간봉 표시오류 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user