Browse Source

remove col from form

mizozobu 6 years ago
parent
commit
dbdbe24c7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/client/js/components/Admin/Export/ExportZipFormModal.jsx

+ 2 - 2
src/client/js/components/Admin/Export/ExportZipFormModal.jsx

@@ -83,10 +83,10 @@ class ExportZipFormModal extends React.Component {
                 </button>
                 </button>
               </div>
               </div>
             </div>
             </div>
-            <div className="row checkbox checkbox-info">
+            <div className="checkbox checkbox-info">
               {this.props.collections.map((collectionName) => {
               {this.props.collections.map((collectionName) => {
                 return (
                 return (
-                  <div className="col-md-6 my-1" key={collectionName}>
+                  <div className="my-1" key={collectionName}>
                     <input
                     <input
                       type="checkbox"
                       type="checkbox"
                       id={collectionName}
                       id={collectionName}