From 432b1adde41049d4ab96d684b8469511fcc5b316 Mon Sep 17 00:00:00 2001 From: Shridhar TL Date: Sun, 6 Aug 2023 21:07:55 +0530 Subject: [PATCH] Minor style fixes for tab view --- src/components/ScrollableTable.scss | 2 +- src/views/dashboard/Dashboard.scss | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/ScrollableTable.scss b/src/components/ScrollableTable.scss index 4b539e38..aa1a3d2a 100644 --- a/src/components/ScrollableTable.scss +++ b/src/components/ScrollableTable.scss @@ -1,5 +1,5 @@ div.scroll-table-container { - width: 100%; + width: calc(100% - 3px); height: 100%; overflow: auto; diff --git a/src/views/dashboard/Dashboard.scss b/src/views/dashboard/Dashboard.scss index 5d8d3405..f46f2309 100644 --- a/src/views/dashboard/Dashboard.scss +++ b/src/views/dashboard/Dashboard.scss @@ -31,6 +31,16 @@ div.no-widget-div { height: calc(100vh - 102px); .p-tabview-panel { - height: calc(100vh - 120px); + height: calc(100vh - 130px); + } +} + +body.quick-view { + .p-tabview.tab-gadgets { + height: calc(100vh - 102px); + + .p-tabview-panel { + height: calc(100vh - 90px); + } } } \ No newline at end of file