Skip to content

Commit

Permalink
Boost: Update ISA summary group names to align with status icons (#35419
Browse files Browse the repository at this point in the history
)

* Update isa multi progress group names to align with status icons

* add changelog
  • Loading branch information
dilirity authored and spsiddarthan committed Feb 15, 2024
1 parent 08e0e82 commit 91f8d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.

0 comments on commit 91f8d57

Please sign in to comment.