Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1104 from replicatedhq/wrap-select-one-item-types
Browse files Browse the repository at this point in the history
Wrap select one item types
  • Loading branch information
sgalsaleh authored Mar 5, 2020
2 parents 1373cb6 + 55a15b5 commit 0c9aed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@replicatedhq/ship-init",
"version": "1.6.17",
"version": "1.6.18",
"description": "Shared component that contains the Ship Init app",
"author": "Replicated, Inc.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion web/init/src/components/config_render/ConfigSelectOne.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class ConfigSelectOne extends React.Component {
/>
: null}
{this.props.help_text !== "" ? <p className="field-section-help-text u-marginTop--small u-lineHeight--normal">{this.props.help_text}</p> : null}
<div className="field-input-wrapper u-marginTop--15 flex">
<div className="field-input-wrapper u-marginTop--15 flex flexWrap--wrap">
{options}
</div>
</div>
Expand Down

0 comments on commit 0c9aed0

Please sign in to comment.