From 0f4dfcd816d12fe8cf506fd4ea61b4c6df26d5fb Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 17 Feb 2019 11:12:52 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E3=83=9A=E3=83=BC=E3=82=B8=E6=95=B0?= =?UTF-8?q?=E3=81=AB=E3=81=AF=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E8=AA=BF=E6=95=B4=E7=8A=A0=E7=89=B2=E3=81=AB=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=82=82=E3=82=89=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * .page-linkと同様にline-heightを設定 * 高さ調整のためにheightを設定 --- public/css/tissue.css | 2 ++ resources/views/vendor/pagination/default.blade.php | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/tissue.css b/public/css/tissue.css index e7bd5e6..7b9c578 100644 --- a/public/css/tissue.css +++ b/public/css/tissue.css @@ -56,8 +56,10 @@ .tis-page-selector { margin-left: -1px; width: calc(100% + 2px); + height: 100%; border: 1px solid #dee2e6; border-radius: 0; + line-height: 1.25; } @media (min-width: 992px) { diff --git a/resources/views/vendor/pagination/default.blade.php b/resources/views/vendor/pagination/default.blade.php index 70c87bf..0c5fbb3 100644 --- a/resources/views/vendor/pagination/default.blade.php +++ b/resources/views/vendor/pagination/default.blade.php @@ -48,7 +48,6 @@ @endfor - / {{ $paginator->lastPage() }} @if ($paginator->hasMorePages())