File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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"
259259show(seeking_editor)
260260```
261261
262- ## Row {height=1%}
262+ ## Row {height=1%} {.flow}
263263
264264``` {python}
265265#| title: "Packages Seeking Reviewers"
266266show(seeking_reviewer)
267267```
268268
269- ## Row {height=1%}
269+ ## Row {height=1%} {.flow}
270270
271271``` {python}
272272#| title: "New Submissions"
273273show(new_submissions)
274274```
275275
276- ## Row {height=1%}
276+ ## Row {height=1%} {.flow}
277277
278278``` {python}
279279#| title: "Open Presubmission Inquiries"
280280show(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"
You can’t perform that action at this time.
0 commit comments