Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre Bulté
validata-ui
Commits
026d0717
Commit
026d0717
authored
Dec 05, 2018
by
Pierre Dittgen
Browse files
Message bar is full-width again
parent
ca21e5b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/base_template.html
View file @
026d0717
...
...
@@ -56,7 +56,7 @@
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
<div
class=
"alert alert-{{ category }}
w-75 mx-auto
"
>
<div
class=
"alert alert-{{ category }}"
>
{{ message }}
</div>
{% endfor %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment