Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit fb018c7

Browse files
author
Ken Berkeley
authored
Merge pull request #170 from TunaYagci/master
#169 fixed pagination title overflow
2 parents db667d2 + b983c8f commit fb018c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<tbl v-bind="$props" />
1111

1212
<div v-if="Pagination" class="row" style="margin-top: 10px">
13-
<div class="col-sm-6" style="white-space: nowrap">
13+
<div class="col-sm-6">
1414
<strong>
1515
{{ $i18nForDatatable('Total') }} {{ total }} {{ $i18nForDatatable(',') }}
1616
</strong>

0 commit comments

Comments
 (0)