Skip to content

Commit 713d3ea

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(pagination.less): Pagination footer no longer overlaps last row.
Removed most float: left CSS and replace them with display: inline-block; fix #4209, fix #2848
1 parent 3f8758a commit 713d3ea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/features/pagination/less/pagination.less

+5-6
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414

1515
.ui-grid-pager-container {
16-
float: left;
16+
display: inline-block;
1717
}
1818

1919
.ui-grid-pager-control {
2020
margin-right: 10px;
2121
margin-left: 10px;
2222
min-width: 135px;
23-
float: left;
23+
display: inline-block;
2424

2525
button {
2626
height: 25px;
@@ -106,19 +106,18 @@
106106
height: 12px;
107107
margin-right: -11px;
108108
}
109-
110-
111109
}
112110

113111
.ui-grid-pager-row-count-picker {
114-
float: left;
112+
display: inline-block;
115113

116114
select {
117115
#ui-grid-twbs > .form-control;
118116
#ui-grid-twbs > .input-sm ();
119-
height: 26px;
117+
height: 25px;
120118
width: 67px;
121119
display: inline;
120+
vertical-align: middle;
122121
}
123122

124123
.ui-grid-pager-row-count-label {

0 commit comments

Comments
 (0)