mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Make commit messages wrap.
This commit is contained in:
parent
c54e8766cc
commit
d6bd445caa
2 changed files with 3 additions and 2 deletions
|
|
@ -43,7 +43,8 @@
|
|||
},
|
||||
"message": {
|
||||
"margin": "0",
|
||||
"padding": "0 8px 8px"
|
||||
"padding": "0 8px 8px",
|
||||
"white-space": "pre-wrap"
|
||||
},
|
||||
"footer": {
|
||||
"background": "#fff",
|
||||
|
|
|
|||
|
|
@ -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}}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue