Skip to content

Commit 1219bcd

Browse files
committed
UI - add margiin
1 parent 8984cfe commit 1219bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/src/pages/DataView360/View/components/CollapsibleTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function CollapsibleTable(props) {
9393
let events = props.events;
9494
const rows = _.values(data)
9595
return (
96-
<TableContainer component={Paper}>
96+
<TableContainer component={Paper} style={{"marginBottom": "1em"}}>
9797
<Table aria-label="collapsible table">
9898
<TableHead>
9999
<TableRow>

0 commit comments

Comments
 (0)