From 9d6a76a7f8bca15c1de47370548b7066e1dffefe Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 7 Nov 2017 00:39:07 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=92=E3=83=BC=E3=83=88=E3=83=9E=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=81=8C=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=8B=E3=82=89?= =?UTF-8?q?=E3=81=AF=E3=81=BF=E5=87=BA=E3=81=A6=E6=82=B2=E3=81=97=E3=81=84?= =?UTF-8?q?=E3=81=AE=E3=81=A7overflow=E4=BB=98=E3=81=91=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/tissue.css | 4 ++++ resources/views/user/stats.blade.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/css/tissue.css b/public/css/tissue.css index c5c0f87..b571c9e 100644 --- a/public/css/tissue.css +++ b/public/css/tissue.css @@ -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; diff --git a/resources/views/user/stats.blade.php b/resources/views/user/stats.blade.php index 74e21de..6eb6642 100644 --- a/resources/views/user/stats.blade.php +++ b/resources/views/user/stats.blade.php @@ -11,7 +11,7 @@

@else
Shikontribution graph
-
+

@endif @endsection