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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue