fix(issues): Reduce issue preview header height - #120579
Merged
Merged
Conversation
Drop the preview header's vertical padding from md (8px) to xs (4px) to match the design's smaller header.
scttcper
approved these changes
Jul 24, 2026
roggenkemper
marked this pull request as ready for review
July 24, 2026 18:48
Christinarlong
pushed a commit
that referenced
this pull request
Jul 24, 2026
Reduces the issue preview header height by dropping its vertical padding from `md` (8px) to `xs` (4px), matching the smaller header in the design. before: <img width="176" height="63" alt="Screenshot 2026-07-24 at 2 12 18 PM" src="https://github.com/user-attachments/assets/07fd2a88-93e0-446d-8922-02583f71ff48" /> after: <img width="73" height="63" alt="Screenshot 2026-07-24 at 2 12 28 PM" src="https://github.com/user-attachments/assets/94746880-897c-4c56-847b-616fc5ec2bf3" />
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reduces the issue preview header height by dropping its vertical padding from

md(8px) toxs(4px), matching the smaller header in the design.before:
after:
