diff options
Diffstat (limited to 'api/templates')
-rw-r--r-- | api/templates/welcome_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/welcome_body.html b/api/templates/welcome_body.html index 14f8e13c4..71d838b08 100644 --- a/api/templates/welcome_body.html +++ b/api/templates/welcome_body.html @@ -28,7 +28,7 @@ {{end}} <tr> <td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;"> - <h2 style="font-weight: normal; margin-top: 10px;">You can sign-in to your new team from the web address:</h2> + <h2 style="font-weight: normal; margin-top: 25px; line-height: 1.5;">You can sign-in to your new team from the web address:</h2> <a href="{{.Props.TeamURL}}">{{.Props.TeamURL}}</a> <p>Mattermost lets you share messages and files from your PC or phone, with instant search and archiving.</p> </td> |