.text-action-input .inner {
    width: 100%;
}
.text-action-input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.text-action-input button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.text-action-input button.disabled {
    cursor: default;
    background: #6c6e70;
}
