Browse Source

change class

akira-s 6 years ago
parent
commit
ba2e9a1f83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Admin/Common/AdminUpdateButtonRow.jsx

+ 1 - 1
src/client/js/components/Admin/Common/AdminUpdateButtonRow.jsx

@@ -7,7 +7,7 @@ const AdminUpdateButtonRow = (props) => {
 
   return (
     <div className="row my-3">
-      <div className="offset-4 col-5">
+      <div className="mx-auto">
         <button type="button" className="btn btn-primary" onClick={props.onClick} disabled={props.disabled}>{ t('Update') }</button>
       </div>
     </div>