Skip to content

Commit

Permalink
issue changes ready
Browse files Browse the repository at this point in the history
  • Loading branch information
csckata committed May 8, 2024
1 parent c00cebf commit 2866ef7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/view/honeybee/beekeeper_control.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ beekeeper_control_ui <- function(id) {
ns <- NS(id)
card(
id = ns("control"),
class = "mt-2 mx-md-3 card-shadow",
class = "mt-2 mx-md-3 card-shadow overflow-hidden",
card_header(
tags$div(
class = "row d-flex justify-content-between align-items-center my-1",
Expand Down
2 changes: 1 addition & 1 deletion app/view/honeybee/beekeeper_param.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ honeybee_param_ui <- function(id,
bootstrapPage(
theme = theme,
card(
class = "me-md-3 card-shadow",
class = "me-md-3 card-shadow overflow-hidden",
title = "params_simulation",
full_screen = FALSE,
card_header(
Expand Down
2 changes: 1 addition & 1 deletion app/view/honeybee/beekeeper_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ beekeeper_plot_ui <- function(
ns <- NS(id)
tagList(
card(
class = "mx-md-3 card-shadow",
class = "mx-md-3 card-shadow overflow-hidden",
id = ns("echarty_card"),
title = title,
full_screen = TRUE,
Expand Down

0 comments on commit 2866ef7

Please sign in to comment.