Skip to content

Commit

Permalink
Fix notification banner width (#783)
Browse files Browse the repository at this point in the history
Fixes #781
  • Loading branch information
andyhd authored Nov 26, 2019
1 parent 3f4cece commit 28fa16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/frontend/static/components/alerts/macro.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{%- set messages = [] %}
{%- if request %}{% set messages = get_messages(request) %}{% endif %}
{%- if messages %}
<div class="alerts">
<div class="alerts govuk-width-container">
{% for message in messages -%}
<div class="alerts--item{% if message.tags %} {{ message.tags }}{% endif %}">
<span class="alerts--message">{{ message }}</span>
Expand Down

0 comments on commit 28fa16e

Please sign in to comment.