diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index e6a262d07..1b183d47a 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1275,12 +1275,17 @@ ul.ballot-list { } } +.select-district a { + display: inline-block; + margin: $line-height/4 0; + padding: $line-height/4; +} + .select-district .active a { background: #f9f9f9; border-radius: rem-calc(3); color: $budget; font-weight: bold; - padding: $line-height/4; &:after { content: "\56"; diff --git a/app/views/budgets/groups/show.html.erb b/app/views/budgets/groups/show.html.erb index 0ae0a2a50..49d18967a 100644 --- a/app/views/budgets/groups/show.html.erb +++ b/app/views/budgets/groups/show.html.erb @@ -1,11 +1,11 @@ -