Match charts preview surface width range to company card

This commit is contained in:
2026-05-20 13:35:54 +02:00
parent 841020e102
commit c9112e5f2e
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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%;