|
@@ -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}
|