#toolbar {
    form[data-op3-element-options-type="row"] {
        .op3-element-options-property.jquery-filter-button-content {
            .op3-element-options-label-group {
                display: none;
            }
        }
    }
}

form[data-op3-element-options-type="row"]:not([data-op3-element-options-path="/section/row"]) {
    .op3-element-options-property[data-op3-element-options-property-id="matchScreenWidth"] {
        display: none;
    }
}
