Fix some small layout issues

This commit is contained in:
pietervdvn 2021-09-13 02:45:51 +02:00
parent feeca1de46
commit 6e011db340

View file

@ -411,11 +411,11 @@ export default class ValidatedTextField {
mapBackgroundLayer: options.mapBackgroundLayer,
args: options.args,
feature: options.feature
})
}).SetClass("block")
input = new CombinedInputElement(input, helper,
(a, _) => a, // We can ignore b, as they are linked earlier
a => [a, a]
);
).SetClass("block w-full");
}
return input;
}