Skip to content

Commit 19224bb

Browse files
committed
Fix block charts and chart box width on family page
1 parent 2b40a1b commit 19224bb

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/scss/theme.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,9 @@ table.tv_tree {
10961096
box-shadow: $box-shadow-sm;
10971097
}
10981098

1099-
/* Also includes Family page (since it utilizes many of the same components but lacks a chart wrapper class) */
1099+
/* Also includes blocks and Family page (since they utilize many of the same components but lacks a chart wrapper class) */
11001100
.wt-chart,
1101+
.wt-block-charts,
11011102
.wt-family-members {
11021103
td {
11031104
border-bottom: none;
@@ -1351,6 +1352,14 @@ table.tv_tree {
13511352
}
13521353
}
13531354

1355+
/* Family Chart */
1356+
1357+
.wt-family-members {
1358+
.wt-chart-box {
1359+
width: 15rem;
1360+
}
1361+
}
1362+
13541363
/* Fan Chart */
13551364

13561365
.fan_chart_menu {

0 commit comments

Comments
 (0)