mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +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": {
|
"message": {
|
||||||
"margin": "0",
|
"margin": "0",
|
||||||
"padding": "0 8px 8px"
|
"padding": "0 8px 8px",
|
||||||
|
"white-space": "pre-wrap"
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"background": "#fff",
|
"background": "#fff",
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
<div style="{{style "commit"}}">
|
<div style="{{style "commit"}}">
|
||||||
<h3 style="{{style "commit.title"}}">{{.Title}}</h3>
|
<h3 style="{{style "commit.title"}}">{{.Title}}</h3>
|
||||||
{{if .Message}}
|
{{if .Message}}
|
||||||
<pre style="{{style "commit.message"}}">{{.Message}}</pre>
|
<pre style="{{style "commit.message"}}">{{.Message}}</pre>
|
||||||
{{end}}
|
{{end}}
|
||||||
<div style="{{style "commit.footer"}}">
|
<div style="{{style "commit.footer"}}">
|
||||||
<a href="{{.URL}}"
|
<a href="{{.URL}}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue