
/**
* This file allows introducing new styles without contaminating other files.
* This is useful when bug fixing requires adding new components for instance in
* stable versions of Odoo. Any style that is defined in this file should be isolated
* in its own file in master.
*/
/**
 * mail_enterprise/static/src/models/chatter/chatter.scss
 */
.o_ChatterContainer.o-isInFormSheetBg {
  max-width: 1140px;
  margin: 0 auto;
}

