NEW 289154
Make bugzilla comment heading match container's width
https://bugs.webkit.org/show_bug.cgi?id=289154
Summary Make bugzilla comment heading match container's width
Ahmad Saleem
Reported 2025-03-05 02:15:53 PST
Created attachment 474455 [details] Bug Video with Fix showing - how it will look Hi Team, Right now, bugzilla's comment header (heading) does not full match container width and it leads to weird space on left side and looks like broken design. It can be fixed by adding `width: auto`: .bz_first_comment_head, .bz_comment_head { border-radius: 0.3rem; background: none; border-bottom: 1px solid var(--horizontal-rule-color); display: grid; grid-template-areas: "author controls" "meta controls"; grid-template-columns: auto 22rem; gap: 0.3rem; } Here - https://github.com/WebKit/WebKit/blob/0a22af9ce070d2c72759d50ec8bc11a730452d07/Websites/bugs.webkit.org/skins/custom/global.css#L2334 Raising, so we can fix it. Thanks!
Attachments
Bug Video with Fix showing - how it will look (6.39 MB, video/quicktime)
2025-03-05 10:15 PST, Ahmad Saleem
no flags
Patch to fix CSS layout issue in global.css (1.12 KB, patch)
2025-03-07 12:01 PST, Lucjan Pucelak
pucelak.l: review?
Lucjan Pucelak
Comment 1 2025-03-07 12:01:22 PST
Created attachment 474485 [details] Patch to fix CSS layout issue in global.css
Ahmad Saleem
Comment 2 2025-03-07 17:14:56 PST
@Lucjan - you have to use `git-webkit pr` or add commit message template.
Lucjan Pucelak
Comment 3 2025-03-08 02:11:41 PST
Comment on attachment 474485 [details] Patch to fix CSS layout issue in global.css View in context: https://bugs.webkit.org/attachment.cgi?id=474485&action=review > COMMIT_MESSAGE:2 > + Bug 289154 – Fix layout issues in global.css https://bugs.webkit.org/show_bug.cgi?id=289154 Reviewed by NOBODY (OOPS!). Added 'width: auto;' at line 2337 in global.css to resolve layout issues. * Websites/bugs.webkit.org/skins/custom/global.css: (table.attachment_entry): Added 'width: auto;'.
Lucjan Pucelak
Comment 4 2025-03-09 13:52:32 PDT
Radar WebKit Bug Importer
Comment 5 2025-03-12 03:16:15 PDT
Note You need to log in before you can comment on or make changes to this bug.