diff --git a/addons/mail/static/src/components/chatter/chatter.xml b/addons/mail/static/src/components/chatter/chatter.xml index ff4225b4d00907a4b0472d2bf04128f7220c6809..4f9b1d8042315e63a42c8705e9a16eb7840f5016 100644 --- a/addons/mail/static/src/components/chatter/chatter.xml +++ b/addons/mail/static/src/components/chatter/chatter.xml @@ -2,8 +2,8 @@ <templates xml:space="preserve"> <t t-name="mail.Chatter" owl="1"> - <div class="o_Chatter position-relative flex-grow-1 flex-column d-flex w-100 bg-white" t-attf-class="{{ className }}" t-ref="root"> - <t t-if="chatter"> + <t t-if="chatter"> + <div class="o_Chatter position-relative flex-grow-1 flex-column d-flex w-100 bg-white" t-attf-class="{{ className }}" t-ref="root"> <div class="o_Chatter_fixedPanel"> <ChatterTopbar className="'o_Chatter_topbar'" @@ -41,8 +41,8 @@ /> </t> </div> - </t> - </div> + </div> + </t> </t> </templates>