Skip to content

Commit

Permalink
Fix #150
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Sep 15, 2021
1 parent 5c5d5df commit 75a34aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Shiny 1.7.0. Thanks @wch.
## Minor change
- Internal change regarding the `{waiter}` package but no user impact. Thanks @JohnCoene.

## Bug fix
- Fix #150: Warning when using controlbarMenu.

# shinydashboardPlus 2.0.2

- Simple patch to fix wrong .Rbuildignore [rule](https://github.com/DivadNojnarg/outstanding-shiny-ui/issues/52).
Expand Down
3 changes: 1 addition & 2 deletions R/dashboardControlbar.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ controlbarMenu <- function(..., id = NULL, selected = NULL) {
...,
id = id,
selected = selected,
type = "tabs",
position = NULL
type = "tabs"
)

# remove parent div causing CSS margin issues
Expand Down
17 changes: 12 additions & 5 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75a34aa

Please sign in to comment.