Skip to content

Commit 40a9de6

Browse files
committed
Add vertical scrollbar to review choice summary EEF.
1 parent 1ebc162 commit 40a9de6

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)