/*
 * Render TCA fields using the full available width
 */
.form-control-wrap {
    max-width: none !important
}

select.form-control-adapt {
    width: 100%
}
