全ページ数にはレイアウト調整犠牲になってもらう
* .page-linkと同様にline-heightを設定 * 高さ調整のためにheightを設定
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user