fix: chart resize
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
border: 1px solid var(--ant-color-border);
|
||||
border-radius: var(--border-radius-base);
|
||||
height: 100%;
|
||||
background-color: var(--color-white-1);
|
||||
|
||||
.header {
|
||||
padding-inline: 2px 16px;
|
||||
|
||||
@@ -6,7 +6,16 @@
|
||||
color: var(--ant-orange);
|
||||
gap: 20px;
|
||||
|
||||
&.scaleable {
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.usage {
|
||||
cursor: pointer;
|
||||
line-height: 16px;
|
||||
|
||||
&.scaleable {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user