Skip to content

Commit

Permalink
Scan Report: add min width to status icon to center with column label
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Dec 15, 2024
1 parent 62838d3 commit 515d3e3
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@
max-width: 240px;
border-radius: 4px;
text-align: left;
}
}

.icon {
min-width: 32px;
display: flex;
justify-content: center;
}

0 comments on commit 515d3e3

Please sign in to comment.