Browse Source

adjust column

itizawa 6 years ago
parent
commit
19d59c0314
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

@@ -9,9 +9,9 @@ class AdminUpdateButtonRow extends React.PureComponent {
 
     return (
       <div className="row my-3">
-        <div className="col-xs-offset-4 col-xs-5">
           <button type="button" className="btn btn-primary" onClick={this.props.onClick} disabled={this.props.disabled}>{ t('Update') }</button>
         </div>
+      <div className="offset-4 col-5">
       </div>
     );
   }