.form-widget input.form-control, .form-widget select.form-control, .form-widget textarea.form-control, .select2-container--bootstrap .select2-selection {
    max-width: inherit !important;
}
.codeeditor textarea {
    position: relative;
    width: 500px;
    height: 400px;
}