Просмотр исходного кода

Merge pull request #2110 from weseek/imprv/security-google-fix

fix to make center
itizawa 6 лет назад
Родитель
Сommit
c9626727c0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/js/components/Admin/Security/GoogleSecuritySetting.jsx

+ 2 - 2
src/client/js/components/Admin/Security/GoogleSecuritySetting.jsx

@@ -68,8 +68,8 @@ class GoogleSecurityManagement extends React.Component {
           </div>
           </div>
         )}
         )}
 
 
-        <div className="row mb-5 mt-3">
-          <div className="col-12 offset-md-3 col-md-6">
+        <div className="form-group row">
+          <div className="col-6 offset-3">
             <div className="custom-control custom-switch custom-checkbox-success">
             <div className="custom-control custom-switch custom-checkbox-success">
               <input
               <input
                 id="isGoogleEnabled"
                 id="isGoogleEnabled"