mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Fix bottom corners of the commit rounded box getting cut off.
This commit is contained in:
parent
ff360bc605
commit
846a4240b2
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
"footer": {
|
||||
"background": "#fff",
|
||||
"border-top": "solid 1px #ddd",
|
||||
"border-radius": "0 0 3px 3px",
|
||||
"padding": "8px",
|
||||
"date": {
|
||||
"color": "#666"
|
||||
|
|
|
|||
Loading…
Reference in a new issue