Skip to content

Commit 2c467c0

Browse files
committed
10px bottom margin for selectize input
1 parent c63ec5a commit 2c467c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

inst/www/shared/shiny.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ span.jslider {
8585

8686
.crosshair {
8787
cursor: crosshair;
88-
}
88+
}
8989

9090
.well input[type="text"],
9191
.well input[type="number"],
@@ -97,3 +97,8 @@ span.jslider {
9797
.qt pre, .qt code {
9898
font-family: monospace !important;
9999
}
100+
101+
/* consistency with bootstrap.css for selectize.js */
102+
.selectize-control {
103+
margin-bottom: 10px;
104+
}

0 commit comments

Comments
 (0)