1 parent 2b40a1b commit 19224bbCopy full SHA for 19224bb
1 file changed
src/scss/theme.scss
@@ -1096,8 +1096,9 @@ table.tv_tree {
1096
box-shadow: $box-shadow-sm;
1097
}
1098
1099
-/* Also includes Family page (since it utilizes many of the same components but lacks a chart wrapper class) */
+/* Also includes blocks and Family page (since they utilize many of the same components but lacks a chart wrapper class) */
1100
.wt-chart,
1101
+.wt-block-charts,
1102
.wt-family-members {
1103
td {
1104
border-bottom: none;
@@ -1351,6 +1352,14 @@ table.tv_tree {
1351
1352
1353
1354
1355
+/* Family Chart */
1356
+
1357
+.wt-family-members {
1358
+ .wt-chart-box {
1359
+ width: 15rem;
1360
+ }
1361
+}
1362
1363
/* Fan Chart */
1364
1365
.fan_chart_menu {
0 commit comments