summaryrefslogtreecommitdiffstats
path: root/angular-multi-select.css
diff options
context:
space:
mode:
Diffstat (limited to 'angular-multi-select.css')
-rw-r--r--angular-multi-select.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/angular-multi-select.css b/angular-multi-select.css
index 967af1c..efaf4db 100644
--- a/angular-multi-select.css
+++ b/angular-multi-select.css
@@ -12,6 +12,12 @@
float: left;
}
+/* ! create a "row" */
+.multiSelect .line {
+ max-height: 34px;
+ overflow: hidden;
+}
+
/* ! create a "column" */
.multiSelect .acol {
display: inline-block;
@@ -161,12 +167,6 @@
.multiSelect .checkBoxContainer {
display: inline-block;
padding: 8px;
-
- /* Enable this to set a height limit
- max-height:200px;
- overflow-y: scroll;
- */
-
}
/* ! to show / hide the checkbox layer above */