Skip to content

Commit

Permalink
Merge pull request #345 from Appsilon/michal.fixes
Browse files Browse the repository at this point in the history
Remove inline-styled min-height from <body>
  • Loading branch information
dokato authored Jan 14, 2021
2 parents 3f321eb + bf9d2e2 commit 6ef98f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: shiny.semantic
Type: Package
Title: Semantic UI Support for Shiny
Version: 0.4.2
Version: 0.4.3
Authors@R: c(person("Filip", "Stachura", email = "[email protected]", role = "aut"),
person("Dominik", "Krzeminski", email = "[email protected]", role = "cre"),
person("Krystian", "Igras", email = "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion R/semanticPage.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ semanticPage <- function(..., title = "", theme = NULL, suppress_bootstrap = TRU
shiny::tags$script(src = "shiny.semantic/shiny-semantic-progress.js"),
shiny::tags$script(src = "shiny.semantic/shiny-semantic-toast.js")
),
shiny::tags$body(style = glue::glue("margin:{margin}; min-height: 611px;"),
shiny::tags$body(style = glue::glue("margin:{margin};"),
suppress_bootstrap,
...)
)
Expand Down

0 comments on commit 6ef98f8

Please sign in to comment.