This commit is contained in:
Andreas Gammelgaard Damsbo 2025-05-16 16:23:39 +02:00
commit 83064f4c99
No known key found for this signature in database
3 changed files with 9 additions and 2 deletions

View file

@ -96,7 +96,7 @@ create_column_ui <- function(id) {
uiOutput(outputId = ns("columns")),
uiOutput(outputId = ns("feedback")),
tags$div(
style = css(
style = htmltools::css(
display = "grid",
gridTemplateColumns = "3fr 1fr",
columnGap = "10px",
@ -385,7 +385,7 @@ btn_column <- function(label, data, inputId) {
tags$button(
type = "button",
class = paste0("btn btn-column-", type),
style = css(
style = htmltools::css(
"--bs-btn-padding-y" = ".25rem",
"--bs-btn-padding-x" = ".5rem",
"--bs-btn-font-size" = ".75rem",

Binary file not shown.