We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7274742 + 511be54 commit 14bbdb9Copy full SHA for 14bbdb9
1 file changed
resources/css/select2.css
@@ -151,6 +151,15 @@
151
top: 50%;
152
width: 0; }
153
154
+ /* Admin filter */
155
+ .select2-container--default .select2-selection--single {
156
+ height: calc(2.5rem - 2px);
157
+ display: flex;
158
+ align-items: center;
159
+ border: 1px solid rgba(0, 0, 0, 0.15);
160
+ border-radius: 0.17rem;
161
+ }
162
+
163
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
164
float: left; }
165
0 commit comments