Skip to content

Commit e8cb9da

Browse files
committed
fixed badge width
1 parent 7f870db commit e8cb9da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PerfProblemSimulator/wwwroot/css/dashboard.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,9 @@ body {
10651065
font-weight: 700;
10661066
color: var(--color-text);
10671067
transition: color var(--transition-fast);
1068+
min-width: 5.5em;
1069+
text-align: right;
1070+
display: inline-block;
10681071
}
10691072

10701073
.latency-value.good {

0 commit comments

Comments
 (0)