Fix CSS conflicts with tokenfield

This commit is contained in:
yflory 2021-02-05 16:28:14 +01:00
parent 9e366e40df
commit 5af6aaa57e

View file

@ -388,6 +388,7 @@ define([
}));
};
$t.closest('.tokenfield').removeClass('form-control');
t.focus = function () {
var $temp = $t.closest('.tokenfield').find('.token-input');
$temp.css('width', '20%');