diff --git a/module.php b/module.php index 3064bf1..146894b 100644 --- a/module.php +++ b/module.php @@ -108,7 +108,7 @@ public function customModuleAuthorName(): string */ public function customModuleVersion(): string { - return '2.1.16-v.1'; + return '2.1.16-v.2'; } /** diff --git a/src/sass/rural/_pages-charts.scss b/src/sass/rural/_pages-charts.scss index 2819bb3..5918152 100644 --- a/src/sass/rural/_pages-charts.scss +++ b/src/sass/rural/_pages-charts.scss @@ -177,14 +177,15 @@ // Map sidebar .wt-pedigree-map-sidebar, -.wt-place-hierarchy-sidebar { - row-gap: 0.5rem; - +.wt-place-hierarchy-sidebar, +.wt-places-tab-sidebar { &.wt-page-options-value { border-style: none; } .gchart { + @extend .my-1; + border: dashed 1px $maj-c-theme-dark; color: $maj-c-theme-primary; padding: 3px !important; @@ -197,8 +198,6 @@ .wt-place-hierarchy-sidebar { .gchart { - @extend .my-1; - > .row { @extend .mx-0;