Skip to content

Commit 04c896e

Browse files
author
Alexander Zhukov
committed
fix(table): fix an issue where pager is vertical (fix #343)
1 parent 3b8c27f commit 04c896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng2-smart-table/components/pager/pager.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ng2-smart-pagination {
2-
display: inline-block;
2+
display: inline-flex;
33
font-size: .875em;
44
padding: 0;
55

0 commit comments

Comments
 (0)