-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Updated the responsive banner to work correctly with inline styles #6661
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
Conversation
@vr-varad could you check this out. I have attached an image for the same |
I couldn't check as the checks are failing!! @HarK-github |
@vr-varad I am not able to pass the checks even though I changed nothing in dependencies. Only 8 files have been changed . Can you help. |
|
🚀 Preview for commit 65ad4a9 at: https://6885390473853d1886edc21b--layer5.netlify.app |
The DCO is still failing @HarK-github |
Signed-off-by: Harshit Kandpal <[email protected]>
…o harkissue Signed-off-by: Harshit Kandpal <[email protected]>
…o harkissue Signed-off-by: Harshit Kandpal <[email protected]>
🚀 Preview for commit d8fa1b3 at: https://688674aa6d69ea25ebece57c--layer5.netlify.app |
Fix: Description of the Fix
Description
This PR fixes 5640 by updating the responsive banner to work correctly with inline styles.
Reproduce issue: https://layer5.io/learn/service-mesh-labs/working-with-meshery-and-istio scale this doen
Notes for Reviewers
Adjusted the
<div>
with inline styles to ensure responsiveness on both small and large screens.Used
flex-wrap
,white-space: nowrap
, and padding for better layout behavior.No additional dependencies or external CSS used — all inline for maximum compatibility.
Yes, I signed my commits.
Checklist Before Review