diff --git a/UI/Input/ValidatedTextField.ts b/UI/Input/ValidatedTextField.ts index 17a67de14f..b054350f76 100644 --- a/UI/Input/ValidatedTextField.ts +++ b/UI/Input/ValidatedTextField.ts @@ -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; }