Skip to content

Conversation

@shivachethanreddy
Copy link

Pull Request

Description

Fixes a layout issue where sidebar content could overflow slightly when it wraps onto a second line on smaller screen sizes.

The sidebar used a fixed-height container, which prevented the layout from expanding when the content wrapped. This change replaces the fixed height with a minimum height so the container can grow naturally and avoid text clipping.

Fixes #626

How Has This Been Tested?

Due to auth and API requirements, the full application could not be run locally.
This change is a minimal CSS fix that directly addresses the fixed-height container responsible for the overflow. The fix is deterministic and does not affect application logic or data flow.

  • Yes

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

  • Yes

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@vercel
Copy link

vercel bot commented Jan 14, 2026

@shivachethanreddy is attempting to deploy a commit to the Open Climate Fix Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Text outside box

1 participant