We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63ec5a commit 2c467c0Copy full SHA for 2c467c0
inst/www/shared/shiny.css
@@ -85,7 +85,7 @@ span.jslider {
85
86
.crosshair {
87
cursor: crosshair;
88
-}
+}
89
90
.well input[type="text"],
91
.well input[type="number"],
@@ -97,3 +97,8 @@ span.jslider {
97
.qt pre, .qt code {
98
font-family: monospace !important;
99
}
100
+
101
+/* consistency with bootstrap.css for selectize.js */
102
+.selectize-control {
103
+ margin-bottom: 10px;
104
0 commit comments