Skip to content

Commit

Permalink
fix(pagination): minor css additions for react-bootstrap pagination d…
Browse files Browse the repository at this point in the history
…ropdown
  • Loading branch information
priley86 committed Jan 12, 2018
1 parent df2e477 commit 0036820
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,17 @@
float: none;
}
}
.pagination-pf-pagesize.bootstrap-select.btn-group {
.pagination-pf-pagesize.bootstrap-select.btn-group, .btn-group {
display: flex;
float: none;
margin-bottom: 0;
margin-left: 0;
margin-right: 5px;
width: auto;
}
.dropdown-menu {
min-width: auto;
}
}
.pagination-pf-page {
margin-left: 10px;
Expand Down
8 changes: 7 additions & 1 deletion src/sass/converted/patternfly/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,17 @@
float: none;
}
}
.pagination-pf-pagesize.bootstrap-select.btn-group {
.pagination-pf-pagesize.bootstrap-select.btn-group, .btn-group {
display: flex;
float: none;
margin-bottom: 0;
margin-left: 0;
margin-right: 5px;
width: auto;
}
.dropdown-menu {
min-width: auto;
}
}
.pagination-pf-page {
margin-left: 10px;
Expand Down

0 comments on commit 0036820

Please sign in to comment.