app-action-select input {
    width: 96%; /* This makes the input be as large as the selects */
}

app-action-select select {
    width: 100%;
}

app-action-select select[multiple] {
    height: 11em;
}