Skip to content
Snippets Groups Projects
Unverified Commit 5514c7e0 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

Make number widget input full width (#28805) (#28810)


Co-authored-by: default avatarGustavo Saiani <gus@metabase.com>
parent 82de853e
Branches
Tags
No related merge requests found
......@@ -75,8 +75,9 @@ function NumberInputWidget({
</TokenFieldWrapper>
) : (
_.times(arity, i => (
<div className="inline-block" key={i}>
<div key={i}>
<NumericInput
fullWidth
className="p1"
autoFocus={autoFocus && i === 0}
value={unsavedArrayValue[i]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment