// Reduce horizontal spacing if the next sibling is an aside chatter
.o_form_sheet_bg:has(+ .o_todo_chatter) {
    @media screen and (max-width: 1920px)  and (min-width: map-get($grid-breakpoints, md)) {
        --formView-sheetBg-padding-right: #{map-get($spacers, 2)};
    }
}

.o_FormRenderer_chatterContainer {
    @media screen and (max-width: 1920px)  and (min-width: map-get($grid-breakpoints, md)) {
        --ChatterAsideForm-padding-left: #{map-get($spacers, 2)};
    }
}
