ヒートマップがページからはみ出て悲しいので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;

View File

@ -11,7 +11,7 @@
</p>
@else
<h5 class="my-4">Shikontribution graph</h5>
<div id="cal-heatmap"></div>
<div id="cal-heatmap" class="tis-contribution-graph"></div>
<hr class="my-4">
@endif
@endsection