From 15a55a04cea2fce11c45c368847e4340da7df3a3 Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Tue, 24 May 2022 16:51:21 +0100 Subject: [PATCH] implemeted both flexibility for both table header and columns to be responsive to available space --- .../related/components/LogTable/Index.vue | 15 ++++++++++++--- .../related/components/LogTable/LogService.vue | 7 +++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/related/components/LogTable/Index.vue b/src/views/dashboard/related/components/LogTable/Index.vue index c47a665a..2f2b2e01 100644 --- a/src/views/dashboard/related/components/LogTable/Index.vue +++ b/src/views/dashboard/related/components/LogTable/Index.vue @@ -15,7 +15,7 @@ limitations under the License. -->