Match charts preview surface width range to company card
This commit is contained in:
@@ -2275,6 +2275,12 @@ section + section {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.sg-chart-preview-area {
|
||||
min-width: var(--layout-object-card-min-width);
|
||||
max-width: var(--layout-object-card-max-width);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sg-bar-chart {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user