diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 0689cbc01..abb23cf0a 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,17 +1,17 @@ References -========== +=================== > Add references to related Issues/Pull Requests/Travis Builds/Rollbar errors/etc... Objectives -========== +=================== > What are the objectives of this changes? (If there is no related Issue with an explanation) -Visual Changes (if any) -======================= +Visual Changes +=================== > Any visual changes? please attach screenshots (or gifs) showing them. > If modified views are public (not the admin panel), try them in mobile display (with your browser's developer console) and add screenshots. Notes -===================== +=================== > Mention rake tasks or actions to be done when deploying this changes to a server (if any). > Explain any caveats, or important things to notice like deprecations (if any). diff --git a/app/assets/stylesheets/_consul_settings.scss b/app/assets/stylesheets/_consul_settings.scss index 70bde8f65..4a083bb62 100644 --- a/app/assets/stylesheets/_consul_settings.scss +++ b/app/assets/stylesheets/_consul_settings.scss @@ -81,22 +81,22 @@ $button-radius: $global-radius; $font-family-serif: Georgia, 'Times New Roman', Times, serif; -$header-sizes: ( +$header-styles: ( small: ( - 'h1': 34, - 'h2': 24, - 'h3': 20, - 'h4': 18, - 'h5': 16, - 'h6': 14, + 'h1': ('font-size': 34), + 'h2': ('font-size': 24), + 'h3': ('font-size': 20), + 'h4': ('font-size': 18), + 'h5': ('font-size': 16), + 'h6': ('font-size': 14), ), medium: ( - 'h1': 44, - 'h2': 34, - 'h3': 24, - 'h4': 19, - 'h5': 16, - 'h6': 13, + 'h1': ('font-size': 44), + 'h2': ('font-size': 34), + 'h3': ('font-size': 24), + 'h4': ('font-size': 19), + 'h5': ('font-size': 16), + 'h6': ('font-size': 13), ), ); diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index ad425258b..351859ae0 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -244,6 +244,7 @@ $sidebar-active: #f4fcd0; } .admin-content { + overflow: scroll; padding: $line-height !important; } diff --git a/app/views/admin/poll/booth_assignments/show.html.erb b/app/views/admin/poll/booth_assignments/show.html.erb index 07c51fa25..e9dafe8f1 100644 --- a/app/views/admin/poll/booth_assignments/show.html.erb +++ b/app/views/admin/poll/booth_assignments/show.html.erb @@ -12,19 +12,24 @@

<% end %> -
- + +