diff --git a/src/client/src/app/ud-input-field.jsx b/src/client/src/app/ud-input-field.jsx index d4e88ac9..7f696282 100644 --- a/src/client/src/app/ud-input-field.jsx +++ b/src/client/src/app/ud-input-field.jsx @@ -123,6 +123,10 @@ export default class UdInputField extends React.Component { if (this.props.type === 'time') { this.setupTimePicker(); } + + if (this.props.type === 'select') { + $('.select-wrapper').parent().removeClass("col"); + } } updateTextField() {