Skip to content

Commit

Permalink
Additional margin for when the other input is rendered below the select
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Nov 25, 2024
1 parent 9750070 commit 4773f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack/app/widgets/selectother/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class SelectOtherWidgetController extends React.Component{
<select
id={this.state.id}
name={this.state.name}
className="form-control mr-sm-2"
className="form-control mb-2 mr-sm-2"
onChange={this.on_option_change}>
{this.render_options()}
</select>
Expand Down

0 comments on commit 4773f42

Please sign in to comment.