We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffb888 commit cb4df87Copy full SHA for cb4df87
torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx
@@ -126,6 +126,7 @@ function BenchmarkCardItem({
126
sx={{ px: 2, pb: 1, pt: 0.5 }}
127
direction="row"
128
alignItems="center"
129
+ flexWrap="wrap"
130
>
131
<Typography variant="subtitle1">Details:</Typography>
132
<Typography
@@ -144,7 +145,12 @@ function BenchmarkCardItem({
144
145
146
{it.actions && (
147
<Box sx={{ px: 2, pb: 1, pt: 0.5 }}>
- <Stack direction="row" spacing={1} alignItems="center">
148
+ <Stack
149
+ direction="row"
150
+ spacing={1}
151
+ alignItems="center"
152
153
+ >
154
<Typography variant="subtitle1">Pages:</Typography>
155
{it.actions.map((a, idx) => {
156
if (!a.href) {
0 commit comments