Make commit messages wrap.

This commit is contained in:
Mihai Parparita 2014-10-16 23:26:32 -07:00
parent c54e8766cc
commit d6bd445caa
2 changed files with 3 additions and 2 deletions

View file

@ -43,7 +43,8 @@
},
"message": {
"margin": "0",
"padding": "0 8px 8px"
"padding": "0 8px 8px",
"white-space": "pre-wrap"
},
"footer": {
"background": "#fff",

View file

@ -31,7 +31,7 @@
<div style="{{style "commit"}}">
<h3 style="{{style "commit.title"}}">{{.Title}}</h3>
{{if .Message}}
<pre style="{{style "commit.message"}}">{{.Message}}</pre>
<pre style="{{style "commit.message"}}">{{.Message}}</pre>
{{end}}
<div style="{{style "commit.footer"}}">
<a href="{{.URL}}"