We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1258762 commit 107a0f9Copy full SHA for 107a0f9
Griddly/Content/griddly.css
@@ -124,7 +124,11 @@
124
125
.filter-content .dropdown-menu
126
{
127
- display:block;border:none;box-shadow:none;position:relative;margin:0;
+ display:block;
128
+ border:none;
129
+ box-shadow:none;
130
+ position:relative;
131
+ margin:0;
132
width: 100%;
133
max-height:400px;
134
overflow-y:auto;
@@ -133,7 +137,9 @@
137
138
.filter-content .dropdown-menu li a
135
139
136
- padding: 3px 6px; white-space: normal
140
+ padding: 3px 6px;
141
+ white-space: normal;
142
+ cursor: pointer
143
}
144
145
.filter-content .dropdown-menu li.griddly-list-group-header
0 commit comments