Skip to content
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

Boost: Update ISA summary group names to align with status icons #35419

Merged
merged 2 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
display: grid;
gap: 4px;
grid-template-columns: 30px 1fr 1fr;
grid-template-rows: 36px 18px 18px;
grid-template-rows: 36px 1.6rem 18px;
grid-template-areas:
'progress progress progress'
'bubble category category'
Expand Down Expand Up @@ -58,6 +58,7 @@
.jb-category-name {
grid-area: category;
display: flex;
line-height: 1.6rem;

.jb-score-context {
top: 2px;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Image Size Analysis: Update summary groups to align with status icons.
Loading