Skip to content

Commit 77caa7a

Browse files
author
rhamlett_microsoft
committed
Fixed Request Latency chart legend overlap
1 parent b1af1e0 commit 77caa7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/PerfProblemSimulator/wwwroot/css/dashboard.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,16 +596,18 @@ body {
596596
.latency-legend {
597597
display: flex;
598598
justify-content: center;
599-
gap: 0.75rem;
599+
gap: 1.5rem;
600600
padding-top: 1.5rem;
601601
flex-wrap: wrap;
602-
font-size: 0.7rem;
602+
font-size: 0.75rem;
603+
row-gap: 0.5rem;
603604
}
604605

605606
.legend-item {
606-
font-size: 0.7rem;
607+
font-size: 0.75rem;
607608
color: var(--color-text-muted);
608609
white-space: nowrap;
610+
padding: 0.25rem 0.5rem;
609611
}
610612

611613
.legend-item.good {

0 commit comments

Comments
 (0)