Skip to content

Commit

Permalink
fix(309): Use wide-enough screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 20, 2023
1 parent 31cc527 commit daf180a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ for (bs_version in 3:5) {
app <- AppDriver$new(
name = "309-flexdashboard-tabs-navs",
seed = 62868,
height = 1292,
width = 798,
height = 600,
width = 1200,
view = interactive(),
render_args = list(
params = list(bs_version = bs_version),
Expand Down

0 comments on commit daf180a

Please sign in to comment.