-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiCombobox]: Added a rule to reset margin on compressed plain text pills. #6910
[EuiCombobox]: Added a rule to reset margin on compressed plain text pills. #6910
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_6910/ |
Co-authored-by: Cee Chen <[email protected]>
Co-authored-by: Cee Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super clean and elegant fix Trevor! 🎉 I think it'll transcribe well to Emotion too when that time comes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉 Thanks for the quick fix!
Preview documentation changes for this PR: https://eui.elastic.co/pr_6910/ |
## Summary `[email protected]` ⏩ `[email protected]` --- ## [`84.0.0`](https://github.com/elastic/eui/tree/v84.0.0) - Updated `EuiDualRange`'s `minInputProps` and `maxInputProps` to support passing more props to underlying inputs ([#6902](elastic/eui#6902)) - `EuiFocusTrap` now supports configuring cross-iframe focus trapping via the `crossFrame` prop ([#6908](elastic/eui#6908)) **Bug fixes** - Fixed `EuiFilterButton` icon display ([#6900](elastic/eui#6900)) - Fixed `EuiCombobox` compressed plain text display ([#6910](elastic/eui#6910)) - Fixed visual appearance of collapse buttons on collapsible `EuiResizablePanel`s ([#6926](elastic/eui#6926)) **Breaking changes** - `EuiFocusTrap` now defaults to *not* trapping focus across iframes ([#6908](elastic/eui#6908)) --------- Co-authored-by: Kibana Machine <[email protected]>
Summary
@andreadelrio identified a bug where the compressed
EuiCombox
plain text pills were not aligned vertically. I added a rule to target these pills specifically and adjust the vertical margin.PR closes #6899.
QA
General checklist
Props have proper autodocs (using@default
if default values are missing) and playground togglesAdded documentationAdded or updated jest and cypress testsUpdated the Figma library counterpart