Skip to content
Snippets Groups Projects
Commit f33e9680 authored by Hugh Dickinson's avatar Hugh Dickinson
Browse files

Minor cleanup.

parent e694e430
No related branches found
No related tags found
1 merge request!1Dev zooniverse
......@@ -33,7 +33,7 @@ export default function ArchiveDetails(props) {
<Col sm={4} md={4} lg={4}>
<Card className="card-description">
<Card.Body>
<Table bordered hover fluid size="sm">
<Table bordered hover fluid="true" size="sm">
<tbody>
<tr>
<td className="key">Instrument</td>
......@@ -59,7 +59,7 @@ export default function ArchiveDetails(props) {
</Card.Body>
</Card>
</Col>
<Col fluid>
<Col fluid="true">
<Row>
<Col>
<Card className="card-description">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment