We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274742 commit 511be54Copy full SHA for 511be54
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