Fix some small layout issues
This commit is contained in:
parent
feeca1de46
commit
6e011db340
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue