Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/shridhar-tl/jira-assistant
Browse files Browse the repository at this point in the history
… into package
  • Loading branch information
shridhar-tl committed Aug 6, 2023
2 parents 6eed797 + 432b1ad commit 9946aef
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 9946aef

Please sign in to comment.