We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8984cfe commit 1219bcdCopy full SHA for 1219bcd
src/client/src/pages/DataView360/View/components/CollapsibleTable.js
@@ -93,7 +93,7 @@ export default function CollapsibleTable(props) {
93
let events = props.events;
94
const rows = _.values(data)
95
return (
96
- <TableContainer component={Paper}>
+ <TableContainer component={Paper} style={{"marginBottom": "1em"}}>
97
<Table aria-label="collapsible table">
98
<TableHead>
99
<TableRow>
0 commit comments