가상매매 챠트모드 수정
This commit is contained in:
@@ -1608,6 +1608,22 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* 보조지표 pane 좌측 상단 지표명 */
|
||||
.vtd-card-chart-canvas .pane-legend-item {
|
||||
right: 46px;
|
||||
width: auto;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.vtd-card-chart-canvas .pane-legend-name {
|
||||
font-size: 10px;
|
||||
flex: 0 0 auto;
|
||||
max-width: none;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.vtd-card-chart-canvas > .tv-chart-wrap {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user