Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 52b00ad310456c02189426c1c439a3e2d2f6e763 https://github.com/WebKit/WebKit/commit/52b00ad310456c02189426c1c439a3e2d2f6e763 Author: Devin Rousso <h...@devinrousso.com> Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths: M Source/WebInspectorUI/UserInterface/Views/CallFrameTreeElement.css Log Message: ----------- Web Inspector: REGRESSION(?): Sources: async boundary lines missing https://bugs.webkit.org/show_bug.cgi?id=290026 Reviewed by BJ Burg. * Source/WebInspectorUI/UserInterface/Views/CallFrameTreeElement.css: (.call-frame:is(.async-boundary, .truncated-boundary)): The `::after` is sized `width: 100%`, which will always overflow, so ensure that `text-overflow` is not `ellipsis` (which comes from `.call-frame`/`WI.CallFrameView`). Ideally we'd change the size of the `::after`, but we don't know for sure the length of the async boundary name. Canonical link: https://commits.webkit.org/292434@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes