Skip to content

Commit

Permalink
test 90
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Jul 4, 2024
1 parent a87b6c4 commit 5e88a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/staticexports/fpr_kable.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fpr_kable <- function(dat,
}
if(identical(scroll,TRUE)){
dat2 <- dat2 %>%
kableExtra::scroll_box(width = "100%", height = scroll_box_height)
kableExtra::scroll_box(width = "90%", height = scroll_box_height)
}

dat2
Expand Down

0 comments on commit 5e88a3f

Please sign in to comment.