.added-input{
    display:flex;
    flex-flow:column nowrap
}

.added-input > input, .added-input button{
    width:100%;
}