Constant SELECT_BOX_STYLE

Source
const SELECT_BOX_STYLE: &str = "
    display: flex;
    align-items: center;
    height: 100%;
";