Skip to content

Commit d4e0ca7

Browse files
authored
fix: quick layout edit (#127)
1 parent 4e84244 commit d4e0ca7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

peer-review/editorial-dashboard.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ available_editors = available_editors[["editor", "review count", "Domain_areas",
130130
```
131131

132132

133-
## Row {height=1%}
133+
## Row {height=.5%}
134134

135135
```{python}
136136
#| content: valuebox
@@ -165,22 +165,22 @@ dict(
165165
)
166166
```
167167

168-
## Row {height=3%}
168+
## Row {height=1%}
169169
```{python}
170170
#| title: "pyOpenSci Editorial Team"
171171
print("Note: the total editor count is currently incorrect-we should open an issue.")
172172
173173
show(editor_data)
174174
```
175175

176-
## Row {height=2%}
176+
## Row {height=1%}
177177

178178
```{python}
179179
#| title: "Busy editors running reviews "
180180
show(busy_editors)
181181
```
182182

183-
## Row {height=2%}
183+
## Row {height=.8%}
184184
```{python}
185185
#| title: "Available Editors"
186186
show(available_editors)
@@ -236,7 +236,7 @@ edits = edits[edits["editor"] != "TBD"]
236236

237237
## Editor availability
238238

239-
## Row {height=8%}
239+
## Row {height=6%}
240240

241241
```{python}
242242
# Cleanup

0 commit comments

Comments
 (0)