#regex-input {
    width: calc(100% - 54px);
}

#regex-flags {
    width: 50px;
}

#regex-replacement {
    width: calc(100% - 87px);
}

#line-prefix, #line-suffix {
    width: 100%;
}