Skip to content

Commit

Permalink
Increase titleMaxLength of info box
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Nov 14, 2023
1 parent 14329c9 commit 835cb4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ ui <- shinydashboardPlus::dashboardPage(
),
uiOutput("sass"),
# load dependencies
use_notiflix_report(width = "500px", messageMaxLength = 10000),
use_notiflix_report(width = "500px", messageMaxLength = 10000,
titleMaxLength = 100),
use_waiter(),
tabItems(
# second tab content
Expand Down

0 comments on commit 835cb4a

Please sign in to comment.