aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/TableBox.tsx
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-10-10 15:52:16 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-10-10 15:52:16 -0400
commit368e33c076085b1b73f522ac88f548a2ad081c80 (patch)
tree6eafe4f991516148c7a6e428940e99fad2426574 /src/client/views/nodes/DataVizBox/components/TableBox.tsx
parent3884211ab83db30965a4dc1c4b3133684904ebb9 (diff)
start
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/TableBox.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/components/TableBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/TableBox.tsx b/src/client/views/nodes/DataVizBox/components/TableBox.tsx
index dd13c5749..2fa68b00a 100644
--- a/src/client/views/nodes/DataVizBox/components/TableBox.tsx
+++ b/src/client/views/nodes/DataVizBox/components/TableBox.tsx
@@ -126,6 +126,7 @@ export class TableBox extends React.Component<TableBoxProps> {
return (
<div
className="tableBox"
+ style={{width: this.props.width+this.props.margin.right}}
tabIndex={0}
onKeyDown={e => {
if (this.props.layoutDoc && e.key === 'a' && (e.ctrlKey || e.metaKey)) {