Fix some styling regressed in #2927.

This commit is contained in:
Murtuza Zabuawala
2018-10-09 11:22:54 +01:00
committed by Dave Page
parent 26ad6d4c5d
commit c66840bc8e
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ define([
].join(''));
let $btnContainer = $(
'<div style="">'
'<div class="select2-select-all-adapter-container">'
).append($selectAll).append($unselectAll);
if (!this.$element.prop('multiple')) {