ヒートマップがページからはみ出て悲しいのでoverflow付けた
This commit is contained in:
parent
6d0472c14b
commit
9d6a76a7f8
4
public/css/tissue.css
vendored
4
public/css/tissue.css
vendored
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user