mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +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": {
|
"footer": {
|
||||||
"background": "#fff",
|
"background": "#fff",
|
||||||
"border-top": "solid 1px #ddd",
|
"border-top": "solid 1px #ddd",
|
||||||
|
"border-radius": "0 0 3px 3px",
|
||||||
"padding": "8px",
|
"padding": "8px",
|
||||||
"date": {
|
"date": {
|
||||||
"color": "#666"
|
"color": "#666"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue