Skip to content

Commit 6ef98f8

Browse files
authored
Merge pull request #345 from Appsilon/michal.fixes
Remove inline-styled min-height from <body>
2 parents 3f321eb + bf9d2e2 commit 6ef98f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: shiny.semantic
22
Type: Package
33
Title: Semantic UI Support for Shiny
4-
Version: 0.4.2
4+
Version: 0.4.3
55
Authors@R: c(person("Filip", "Stachura", email = "filip@appsilon.com", role = "aut"),
66
person("Dominik", "Krzeminski", email = "dominik@appsilon.com", role = "cre"),
77
person("Krystian", "Igras", email = "krystian@appsilon.com", role = "aut"),

R/semanticPage.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ semanticPage <- function(..., title = "", theme = NULL, suppress_bootstrap = TRU
173173
shiny::tags$script(src = "shiny.semantic/shiny-semantic-progress.js"),
174174
shiny::tags$script(src = "shiny.semantic/shiny-semantic-toast.js")
175175
),
176-
shiny::tags$body(style = glue::glue("margin:{margin}; min-height: 611px;"),
176+
shiny::tags$body(style = glue::glue("margin:{margin};"),
177177
suppress_bootstrap,
178178
...)
179179
)

0 commit comments

Comments
 (0)