Compare commits

..

2 Commits

Author SHA1 Message Date
c3e00af747 Increment version number to 0.0.4 2026-01-26 14:02:41 +00:00
66bcc3aef7 Fixed shrunk box header once title is removed 2026-01-26 14:02:20 +00:00

View File

@@ -171,7 +171,7 @@ htmlRemoveBoxTitle <- function(box, removeHeader = FALSE) {
} else {
htmltools::tagQuery(box)$
find(".box-title")$
replace(htmltools::tags$span())$
replace(htmltools::tags$span(htmltools::HTML("&nbsp;")))$
allTags()
}
}