From 9b50eca5121f26144d583b26f2ff019482420508 Mon Sep 17 00:00:00 2001 From: Dorian Goepp <dorian.goepp@gmail.com> Date: Mon, 8 Apr 2019 13:41:27 +0200 Subject: [PATCH] styling the table --- src/LatestInteraction/LatestInteraction.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/LatestInteraction/LatestInteraction.css b/src/LatestInteraction/LatestInteraction.css index 576d079..5e83857 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 -- GitLab