Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: ui alignment for dropdown#1586

Merged
lbroudoux merged 2 commits intomicrocks:1.12.xfrom
ChayanDass:fix/search-field-dropdown-alignment
Apr 24, 2025
Merged

fix: ui alignment for dropdown#1586
lbroudoux merged 2 commits intomicrocks:1.12.xfrom
ChayanDass:fix/search-field-dropdown-alignment

Conversation

@ChayanDass
Copy link
Contributor

@ChayanDass ChayanDass commented Apr 23, 2025

This PR resolves the UI misalignment issue caused by the unnecessary addition of the show class when the dropdown is opened. The show class was overriding the default styling (display: table-cell) applied to the .input-group-btn component, resulting in a broken layout with child elements appearing on multiple lines.

Screenshot from 2025-04-23 21-02-56

Issue #1584

Copy link
Member

@lbroudoux lbroudoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks for taking the time to investigate this!

As the src/lib/patternfly-ng.css is an integrated vendor file, it would be better not to touch it. Is it possible to move this directive to src/style.css instead, in one "patternfly override" sections (lines 229-303)? I think it will be easier to maintain and to remind ourselves that we changed this.

Thanks a lot!

@ChayanDass
Copy link
Contributor Author

done!

@ChayanDass ChayanDass requested a review from lbroudoux April 24, 2025 12:18
Copy link
Member

@lbroudoux lbroudoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@lbroudoux lbroudoux merged commit 2bb775a into microcks:1.12.x Apr 24, 2025
11 of 12 checks passed
@ChayanDass ChayanDass deleted the fix/search-field-dropdown-alignment branch April 24, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants