fix(pivot-grid): prevent bootstrap searchbox from overlapping selector list - #17626
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The targeted fix addresses the reported overflow with no unresolved issues.
Pull request overview
Fixes Bootstrap pivot-grid selector searchbox overflow by preventing the input group from shrinking below its padded height.
Changes:
- Adds
flex-shrink: 0to the Bootstrap pivot selector filter input group.
File summaries
| File | Description |
|---|---|
projects/igniteui-angular/grids/pivot-grid/src/themes/shared/_bootstrap.scss |
Prevents searchbox shrinking and overlap with the selector list. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
desig9stein
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #17586
Description
igx-input-groupinside the pivot selector's.igx-pivot-data-selector__filterhad noflex-shrink: 0. With the Bootstrap-onlypadding: 4pxoverride, the flex column layout shrank it back to its unpaddedmin-height, causing the search box's bordered bundle to overflow into the dimensions list below.Added
flex-shrink: 0to that rule inthemes/shared/_bootstrap.scssso the search box keeps its full padded height.Motivation / Context
Fixes #17586 - [Bootstrap] Pivot grid selector searchbox does not look good with bootstrap theme.
Type of Change (check all that apply):
Component(s) / Area(s) Affected:
Pivot Grid (selector search box, Bootstrap theme)
How Has This Been Tested?
Test Configuration: