-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] When adding a field to Timeline Template, width is too small to see entire field name #126083
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
@monina-n thoughts on how we may want to approach fixing this. I think the current behavior is to rely on a tooltip |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
In general the width of the popover (and subsequently the dropdown) should be increased and that should account for a majority of use cases. If after we increase width, it's still not enough we can talk about other options |
Fixes: #126083 Changed the layout of the Add Field popover so that field `Field` can have full width and users can see long index properties without any issue. Please see if new layout makes sense. This solves the width problem without any customization. |Old Layout| New Layout| |--|--| |![image](https://user-images.githubusercontent.com/7485038/191256799-b38b4e23-6bb0-492d-8908-bf63eeb7994c.png)|![image](https://user-images.githubusercontent.com/7485038/191256474-77263af3-e593-46a9-a31e-be54a9518f45.png)|
Fixes: elastic#126083 Changed the layout of the Add Field popover so that field `Field` can have full width and users can see long index properties without any issue. Please see if new layout makes sense. This solves the width problem without any customization. |Old Layout| New Layout| |--|--| |![image](https://user-images.githubusercontent.com/7485038/191256799-b38b4e23-6bb0-492d-8908-bf63eeb7994c.png)|![image](https://user-images.githubusercontent.com/7485038/191256474-77263af3-e593-46a9-a31e-be54a9518f45.png)| (cherry picked from commit 2b4fc2e)
Fixes: #126083 Changed the layout of the Add Field popover so that field `Field` can have full width and users can see long index properties without any issue. Please see if new layout makes sense. This solves the width problem without any customization. |Old Layout| New Layout| |--|--| |![image](https://user-images.githubusercontent.com/7485038/191256799-b38b4e23-6bb0-492d-8908-bf63eeb7994c.png)|![image](https://user-images.githubusercontent.com/7485038/191256474-77263af3-e593-46a9-a31e-be54a9518f45.png)| (cherry picked from commit 2b4fc2e) Co-authored-by: Jatin Kathuria <jatin.kathuria@elastic.co>
Kibana version: 8.1.0 BC1
Elasticsearch version: 8.1.0 BC1
Server OS version: Elastic Cloud ESS default
Browser version: Google Chrome Version 98.0.4758.102 (Official Build) (x86_64)
Browser OS version: macOS Monterey Version 12.2.1 (21D62)
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud ESS GCP Europe-West-1
Describe the bug:
When adding a field to Timeline Template, width is too small to see entire field name
Steps to reproduce:
Expected behavior:
Should be able to see the entire field name.
Screenshots (if relevant):
Errors in browser console (if relevant): None
Provide logs and/or server output (if relevant): N/A
Any additional context: None
The text was updated successfully, but these errors were encountered: