diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index ad447f909..a9b4aca69 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1988,13 +1988,6 @@ .polls-results-stats { .sidebar { - border-bottom: 1px solid $border; - margin-bottom: $line-height; - - @include breakpoint(medium) { - border-bottom: 0; - border-right: 1px solid $border; - } .menu:not(.vertical) { padding: 0; diff --git a/app/assets/stylesheets/stats.scss b/app/assets/stylesheets/stats.scss index 34de4361b..1878f2ed5 100644 --- a/app/assets/stylesheets/stats.scss +++ b/app/assets/stylesheets/stats.scss @@ -1,7 +1,19 @@ .participation-stats { + @include breakpoint(medium) { + + .stats-content { + border-left: 1px solid $border; + } + } + .sidebar { - border-right: 1px solid $border; + border-bottom: 1px solid $border; + margin-bottom: $line-height; + + @include breakpoint(medium) { + border-bottom: 0; + } ul { margin-left: $line-height / 2; diff --git a/app/views/budgets/stats/show.html.erb b/app/views/budgets/stats/show.html.erb index c605ba4be..34f0f2c75 100644 --- a/app/views/budgets/stats/show.html.erb +++ b/app/views/budgets/stats/show.html.erb @@ -39,8 +39,8 @@ -
-
+ <% end %> diff --git a/app/views/polls/stats.html.erb b/app/views/polls/stats.html.erb index 370ace908..37d878c0b 100644 --- a/app/views/polls/stats.html.erb +++ b/app/views/polls/stats.html.erb @@ -5,8 +5,8 @@ <%= render "poll_subnav" %> -
-