diff --git a/src/components/common/styles/tableStyles.js b/src/components/common/styles/tableStyles.js index 4c8fe18..b551f2d 100644 --- a/src/components/common/styles/tableStyles.js +++ b/src/components/common/styles/tableStyles.js @@ -4,6 +4,11 @@ const styles = () => ({ }, narrowTable: { minWidth: 400 + }, + rowButton: { + width: 20, + height: 20, + padding: 10 } }); diff --git a/src/features/session/components/SessionForwardsComponent.js b/src/features/session/components/SessionForwardsComponent.js index 1226dcd..0e79878 100644 --- a/src/features/session/components/SessionForwardsComponent.js +++ b/src/features/session/components/SessionForwardsComponent.js @@ -86,11 +86,14 @@ const SessionForwardsComponent = ({ {row.optionId ? ( - + ) : (