Compare commits

..

2 Commits

Author SHA1 Message Date
985e850421 Increment version number to 0.0.4 2026-01-26 13:53:23 +00:00
f7379e3d1b Fixed shrunk box header once title is removed 2026-01-26 13:53:12 +00:00

View File

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