-
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
[Lens] Fix overlowing content on a chart for charts and table #92006
[Lens] Fix overlowing content on a chart for charts and table #92006
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
74f323c
to
bf1cc6b
Compare
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.
Left two small SCSS comments. Otherwise, this looks good to me. Approving now so I don't hold you up.
...s/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.scss
Outdated
Show resolved
Hide resolved
...s/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel_wrapper.scss
Outdated
Show resolved
Hide resolved
f7dfc76
to
70a0ad4
Compare
Co-authored-by: Michael Marcialis <[email protected]>
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
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.
Tested in Chrome and Firefox and works fine, but could you explain why? I don't think I fully understand.
Sure @flash1293 ! The bug was introduced here: https://github.com/elastic/kibana/pull/90546/files?file-filters%5B%5D=.scss&file-filters%5B%5D=.snap&file-filters%5B%5D=.ts#diff-abdd9591f08d4a8a7d0b62f4d329533a9d1bd7c4202f98199c34c8a5791678a5L20 by removing So the problem is how to simultaneously:
The solution is change the structure of the HTML to make Let me know if it's clear! |
* master: (36 commits) [Uptime] Thumbnail full screen view steps navigation fix (elastic#91895) Implement ScopedHistory.block (elastic#91099) [Lens] Fix overlowing content on a chart for charts and table (elastic#92006) handle source column differences in embeddable as well (elastic#91987) [Vega] [Map] disable map rotation using right right click / touch rotation gesture (elastic#91996) [Lens] Load indexpatterns list from indexPattern Service (elastic#91984) [coverage] ingest data in parallel (elastic#92074) [Lens] Drag and drop performance improvements (elastic#91641) A few more environment uiFilters fixes (elastic#92044) Enabling Uptime and Dashboard a11y test (elastic#91017) [Security Solution][Detections] Adds more granular validation for nested fields (elastic#92041) [Security Solution] [Detections] add overflow-wrap for description (elastic#91945) [Security Solution] [Detections] do not truncate filename in value list table in modal (elastic#91952) Skip flaky apm test elastic#91673 (elastic#92065) [docker] Default server.name to hostname (elastic#90799) Use documentation link service for snapshot restore (elastic#91596) [Security Solution] Clearing up all jest errors and warnings (elastic#91740) Add `@kbn/analytics` to UI Shared Deps (elastic#91810) [7.12][Telemetry] Add missing fields for security telemetry (elastic#91920) [Security Solution] Adds cypress-pipe (elastic#91550) ...
Summary
Fixes #91827
Fixes #91808
@MichaelMarcialis I also changed the double border that you asked me about in this PR: #90546 and simplified CSS a bit.
Checklist
Delete any items that are not applicable to this PR.
For maintainers