Skip to content

Commit

Permalink
Merge pull request #5557 from jeremy-farrance/develop
Browse files Browse the repository at this point in the history
Temp fix Resource Manager default height
  • Loading branch information
david-poindexter committed Feb 26, 2023
2 parents ed4024f + ba275a9 commit f539753
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
flex-direction: column;
dnn-vertical-splitview{
width: 100%;
height: 400px;
height: calc(100vh - 25rem);
min-height: 30rem;
--left-pane-background-color: lightgray;
--right-pane-background-color: white;
.splitter{
Expand Down

0 comments on commit f539753

Please sign in to comment.