Skip to content

Commit 12d5b0e

Browse files
authored
chore(docs): minor fixes (#2894)
1 parent ddc2006 commit 12d5b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pagination-nav/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ below.
283283
<span class="text-danger" slot="prev-text">Prev</span>
284284
<span class="text-warning" slot="next-text">Next</span>
285285
<span class="text-info" slot="last-text">Last</span>
286-
<div class="d-flex align-items-center h-100" slot="ellipsis-text">
286+
<div slot="ellipsis-text">
287287
<b-spinner small type="grow" />
288288
<b-spinner small type="grow" />
289289
<b-spinner small type="grow" />

src/components/pagination/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For a full list of all available slots see the [Slots](#comp-ref-b-pagination-sl
132132
<span class="text-danger" slot="prev-text">Prev</span>
133133
<span class="text-warning" slot="next-text">Next</span>
134134
<span class="text-info" slot="last-text">Last</span>
135-
<div class="d-flex align-items-center h-100" slot="ellipsis-text">
135+
<div slot="ellipsis-text">
136136
<b-spinner small type="grow" />
137137
<b-spinner small type="grow" />
138138
<b-spinner small type="grow" />

0 commit comments

Comments
 (0)