Skip to content

Commit

Permalink
Tweak tooltip width. Fix typo. Closes #31.
Browse files Browse the repository at this point in the history
  • Loading branch information
AEBilgrau committed Mar 5, 2019
1 parent fa93e23 commit 30f1bbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ shinyUI(
"Should <i>not</i> be checked otherwise.",
"If the statistics to be clustered are P-values, for example,",
"the box should <i>not</i> be checked. If they",
"areabsolute values of t- or z-statistics or",
"are absolute values of t- or z-statistics or",
"equivalent the box should be checked."
)
)
Expand Down
4 changes: 4 additions & 0 deletions inst/shiny/www/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.tooltip-inner {
min-width: 200px;
}

.content {
overflow: auto;
}
Expand Down

0 comments on commit 30f1bbf

Please sign in to comment.