change content div type

This commit is contained in:
zuzanna-maria 2023-03-29 11:17:08 +02:00
parent 86814bacb2
commit 42010c43a1

View file

@ -2806,7 +2806,7 @@ define([
return Condorcet.showCondorcetWinner(_answers, opts, uid, form, optionArray, listOfLists); return Condorcet.showCondorcetWinner(_answers, opts, uid, form, optionArray, listOfLists);
}; };
var condorcetWinnerDiv = h('div'); var condorcetWinnerDiv = h('div.cp-form-block-content');
if (type === "sort") { if (type === "sort") {