Browse Source

adjust style

itizawa 5 years ago
parent
commit
16670dd25e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/PageHistory.jsx

+ 1 - 1
src/client/js/components/PageHistory.jsx

@@ -53,7 +53,7 @@ function PageHistory(props) {
 
   function pager() {
     return (
-      <div className="pull-right my-3">
+      <div className="my-3">
         <PaginationWrapper
           activePage={pageHistoryContainer.state.activePage}
           changePage={handlePage}