[qt/qtqa/gerrit]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qtqa/gerrit Pushed by mirror-service into branch 'upstream/master'. Changed from 506cb2287df63fbc1454806515e5bd4106fa3a07 to 7e3eebdab7125a0d975d26916ebf90e6ef960f90 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit d4df28916548227116a90f359b0a205cc6cef21e by Yash Chaturvedi on 05/08/2026 at 12:47.. Prevent diff view nav links from overflowing the header A long change subject together with a long file path made the header's content wider than the header, pushing the Prev/Up/Next links outside the visible area. `.headerLeft` is a flex item and could not shrink below its content size, because flex items default to `min-width: auto`. Set `min-width: 0` on `.headerLeft` so that it can shrink, and give `.headerSubject` a high `flex-shrink` so that it absorbs the deficit before the file path and the nav links give up any space. Make the subject a direct flex item so that `text-overflow: ellipsis` applies to it. This regressed in 1f7cc7c951, which turned `.headerLeft` into a flex row. Before that the left group was an inline formatting context, so long content wrapped onto its own line instead of overflowing. Release-Notes: Fix Prev/Up/Next links overflowing the diff view header when the change subject and file path are long. Bug: Issue 542859659 Screenshot: https://postimage.me/image/KJVgP (before) Screenshot: https://postimage.me/image/KJVE9 (after) Change-Id: I87a3928112f22f68361fcd2d438dc240742e088a https://invent.kde.org/qt/qtqa/gerrit/-/commit/d4df28916548227116a90f359b0a205cc6cef21e Git commit 7e3eebdab7125a0d975d26916ebf90e6ef960f90 by Gerrit Code Review (on behalf of Yash Chaturvedi) on 06/08/2026 at 05:37.. Merge "Prevent diff view nav links from overflowing the header" https://invent.kde.org/qt/qtqa/gerrit/-/commit/7e3eebdab7125a0d975d26916ebf90e6ef960f90