ヒートマップがページからはみ出て悲しいのでoverflow付けた

This commit is contained in:
shibafu
2017-11-07 00:39:07 +09:00
parent 6d0472c14b
commit 9d6a76a7f8
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,10 @@
word-wrap: break-word;
}
.tis-contribution-graph {
overflow-x: auto;
}
.list-group-item.border-bottom-only {
border-left: none;
border-right: none;