Skip to content

Commit bbfcdb3

Browse files
committed
Merge branch 'test' into 357288-review-empty-datasets
2 parents 04aac26 + dc9dc3c commit bbfcdb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/review.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ REV_load_annotation_info <- function(folder_contents, review, dataset_lists) {
215215
df <- data.frame(`Old choices` = old_choices, `New choices` = new_choices, check.names = FALSE)
216216
return(capture.output(print(df)))
217217
})
218-
undo_table_s <- paste0("<pre>", paste(choices_diff_report, collapse = "<br>"), "</pre>")
218+
undo_table_s <- paste0("<pre style='max-height: 12rem;'>", paste(choices_diff_report, collapse = "<br>"), "</pre>")
219219

220220
error <- c(
221221
error,

0 commit comments

Comments
 (0)