Fix sidebar text overflow when content wraps #678
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?
Checklist: