-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ui): prevent dashboard collapse when docks are opened #6719
fix(ui): prevent dashboard collapse when docks are opened #6719
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not quite what we want.
We are trying to achieve that, if the right sidebar is opened, and the main container space is smaller, for the cards to expand to 100% of the width.
@sampath24-ss Can you try to amend that?
So it has to be the same size of execution? |
Yes, to expand fully to the available space. |
Ok got it i will check on it and provide an update @MilosPaunovic |
Hi @MilosPaunovic , I tried all the ways to fix it but i could'nt able to get the max width of the components but made this changes if this is good i can make a PR: |
Yeah, push those changes to this PR and we'll see how it looks. |
Check the PR:#6802 |
Okay, as you've opened another PR, I'll close this one. |
What changes are being made and why?
This PR addresses issue #6688, where opened docks collapse dashboards. The issue has been fixed by ensuring that the opened docks do not interfere with or collapse the dashboard, improving the overall user experience and layout stability.
How the changes have been QAed?
Load the Dashboard Page:
Open and Close the Docks:
Verify Dashboard Layout:
Setup Instructions
No additional setup required