diff --git a/frontend/src/component/feature/form/__tests__/__snapshots__/strategy-input-list-test.jsx.snap b/frontend/src/component/feature/form/__tests__/__snapshots__/strategy-input-list-test.jsx.snap index 97275c51d9..d6dac1cf83 100644 --- a/frontend/src/component/feature/form/__tests__/__snapshots__/strategy-input-list-test.jsx.snap +++ b/frontend/src/component/feature/form/__tests__/__snapshots__/strategy-input-list-test.jsx.snap @@ -9,6 +9,7 @@ exports[`renders correctly when disabled 1`] = ` style={ Object { "display": "flex", + "flexWrap": "wrap", } } > @@ -44,6 +45,7 @@ exports[`renders strategy with empty list as param 1`] = ` style={ Object { "display": "flex", + "flexWrap": "wrap", } } /> @@ -92,6 +94,7 @@ exports[`renders strategy with list as param 1`] = ` style={ Object { "display": "flex", + "flexWrap": "wrap", } } > diff --git a/frontend/src/component/feature/form/strategy-input-list.jsx b/frontend/src/component/feature/form/strategy-input-list.jsx index f111fa810b..c6129609de 100644 --- a/frontend/src/component/feature/form/strategy-input-list.jsx +++ b/frontend/src/component/feature/form/strategy-input-list.jsx @@ -55,7 +55,7 @@ export default class InputList extends Component {
{name}
-