Skip to content

Commit

Permalink
Minor style fixes for tab view
Browse files Browse the repository at this point in the history
  • Loading branch information
shridhar-tl committed Aug 6, 2023
1 parent 33b5ab2 commit 432b1ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ScrollableTable.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div.scroll-table-container {
width: 100%;
width: calc(100% - 3px);
height: 100%;
overflow: auto;

Expand Down
12 changes: 11 additions & 1 deletion src/views/dashboard/Dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

0 comments on commit 432b1ad

Please sign in to comment.