全ページ数にはレイアウト調整犠牲になってもらう

* .page-linkと同様にline-heightを設定
* 高さ調整のためにheightを設定
This commit is contained in:
shibafu
2019-02-17 11:12:52 +09:00
parent 32139cb9da
commit 0f4dfcd816
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,6 @@
<option value="{{ $i }}" {{ $i === $paginator->currentPage() ? 'selected' : '' }} data-href="{{ $paginator->url($i) }}">{{ $i }}</option>
@endfor
</select>
<small class="text-muted">/ {{ $paginator->lastPage() }}</small>
</li>
@if ($paginator->hasMorePages())