We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af1e0 commit 77caa7aCopy full SHA for 77caa7a
src/PerfProblemSimulator/wwwroot/css/dashboard.css
@@ -596,16 +596,18 @@ body {
596
.latency-legend {
597
display: flex;
598
justify-content: center;
599
- gap: 0.75rem;
+ gap: 1.5rem;
600
padding-top: 1.5rem;
601
flex-wrap: wrap;
602
- font-size: 0.7rem;
+ font-size: 0.75rem;
603
+ row-gap: 0.5rem;
604
}
605
606
.legend-item {
607
608
color: var(--color-text-muted);
609
white-space: nowrap;
610
+ padding: 0.25rem 0.5rem;
611
612
613
.legend-item.good {
0 commit comments