mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Fix some styling regressed in #2927.
This commit is contained in:
committed by
Dave Page
parent
26ad6d4c5d
commit
c66840bc8e
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user