Skip to content

Commit 29d3faf

Browse files
authored
fix: benchmark desc wrap (#30)
1 parent 7f9d2de commit 29d3faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/benchmark/ProgressBar.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
.desc {
43-
min-width: 84px;
43+
min-width: 100px;
4444
color: var(--rp-c-text-2);
4545
font-size: 12px;
4646
margin-left: 16px;

src/benchmark/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
align-items: center;
4242
justify-content: center;
4343
align-self: stretch;
44-
margin: 1.25rem;
44+
padding: 1.25rem;
4545
}
4646

4747
.metricItem {

0 commit comments

Comments
 (0)