Skip to content

Commit 83cd03d

Browse files
crhea93lwasser
authored andcommitted
Resizes cards in peer-review-status-dashboard
1 parent e2421b1 commit 83cd03d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

peer-review/peer-review-status-dashboard.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ seeking_editor_count = len(seeking_editor)
206206
```
207207

208208

209-
## Row {height=1%}
209+
## Row {height=1%} {.flow}
210210

211211
```{python}
212212
#| content: valuebox
@@ -252,35 +252,35 @@ dict(
252252
)
253253
```
254254

255-
## Row {height=1%}
255+
## Row {height=1%} {.flow}
256256

257257
```{python}
258258
#| title: "Packages Seeking an Editor"
259259
show(seeking_editor)
260260
```
261261

262-
## Row {height=1%}
262+
## Row {height=1%} {.flow}
263263

264264
```{python}
265265
#| title: "Packages Seeking Reviewers"
266266
show(seeking_reviewer)
267267
```
268268

269-
## Row {height=1%}
269+
## Row {height=1%} {.flow}
270270

271271
```{python}
272272
#| title: "New Submissions"
273273
show(new_submissions)
274274
```
275275

276-
## Row {height=1%}
276+
## Row {height=1%} {.flow}
277277

278278
```{python}
279279
#| title: "Open Presubmission Inquiries"
280280
show(open_presubmissions)
281281
```
282282

283-
## Row {height=1%}
283+
## Row {height=1%} {.flow}
284284

285285
```{python}
286286
#| title: "Open Reviews Sorted by Last Comment Date"

0 commit comments

Comments
 (0)