diff --git a/src/LatestInteraction/LatestInteraction.css b/src/LatestInteraction/LatestInteraction.css index 576d079966edc9c6d4b42a2963aa13545a668f00..5e83857b501e794f4dc41459aaba9e1b3b62acdd 100644 --- a/src/LatestInteraction/LatestInteraction.css +++ b/src/LatestInteraction/LatestInteraction.css @@ -18,6 +18,12 @@ font-weight: bold; } -.latest-interaction th { - margin: 0px 5px 0px 5px; +.latest-interaction table { + margin-top: 10px; + margin-left: auto; + margin-right: auto; +} + +.latest-interaction th, .latest-interaction td { + padding: 0px 5px 0px 5px; } \ No newline at end of file