[Ingest pipelines] Fixed 'Test pipeline' popover padding#99921
[Ingest pipelines] Fixed 'Test pipeline' popover padding#99921yuliacech merged 2 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
sabarasaba
left a comment
There was a problem hiding this comment.
Looks good! I checked the docs from eui and also tested locally 👍🏼
Just one non-blocker thing that I noticed (unsure what are the politics about this kind of thing) but you can completely ignore if not relevant, is that the options rendered by the EuiSelectable component seem too tight together since it defaults to rowHeight: 32px I feel it might look a bit better if we make them slightly larger for example with: listProps={{ rowHeight: 38 }}
|
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Unknown metric groupsReferences to deprecated APIs
History
To update your PR or re-run it, just comment with: |
|
Thanks a lot for reviewing, @sabarasaba! |
…nts' popover (elastic#99921) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Summary
Relates to #97699
This PR adds padding to 'Test pipeline' popover title and footer to fix the component for Amsterdam theme. In the Amsterdam theme, padding props affects all popover components (title, panel, footer).
Screenshots
Before
After
How to test