Skip to content

Commit

Permalink
(fix) O3-4397: The home dashboard container should have a fixed width (
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 authored Jan 27, 2025
1 parent 1ab7741 commit 865a157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/esm-home-app/src/dashboard/home-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
margin: 0;
// Full vertical height minus the primary navigation menu height
height: calc(100vh - 3rem);
// Making space for the left nav menu
margin-left: 16rem;
// Ensure the width of the home page dashboard is fixed
// and does not expand based on the width of its children
width: calc(100% - 16rem);
background-color: colors.$gray-10;

& a {
Expand Down

0 comments on commit 865a157

Please sign in to comment.