Procházet zdrojové kódy

change col size for phones

kaoritokashiki před 6 roky
rodič
revize
87a1cb69b1

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

@@ -68,7 +68,7 @@ class BasicSecurityManagement extends React.Component {
         )}
         )}
 
 
         <div className="row mb-5">
         <div className="row mb-5">
-          <div className="col-6 offset-3">
+          <div className="col-md-6 offset-md-3">
             <div className="custom-control custom-switch custom-checkbox-success">
             <div className="custom-control custom-switch custom-checkbox-success">
               <input
               <input
                 id="isBasicEnabled"
                 id="isBasicEnabled"
@@ -95,7 +95,7 @@ class BasicSecurityManagement extends React.Component {
         {isBasicEnabled && (
         {isBasicEnabled && (
         <React.Fragment>
         <React.Fragment>
           <div className="row mb-5">
           <div className="row mb-5">
-            <div className="offset-3 col-6">
+            <div className="offset-md-3 col-md-6">
               <div className="custom-control custom-checkbox custom-checkbox-success">
               <div className="custom-control custom-checkbox custom-checkbox-success">
                 <input
                 <input
                   id="bindByEmail-basic"
                   id="bindByEmail-basic"