Skip to content

Commit

Permalink
Add line break in setup screen
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jan 19, 2017
1 parent 7b11dc0 commit 4e4d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/templates/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

{% block content %}
<h2>
Welcome to Redash! <small>Before you can use your instance, you need to do a quick setup.</small>
Welcome to Redash!<br/><small>Before you can use your instance, you need to do a quick setup.</small>
</h2>

{% with messages = get_flashed_messages() %}
Expand Down

0 comments on commit 4e4d52a

Please sign in to comment.