Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3039 Visninger

Any way to change the size of the right-hand chatter? 

Avatar
Kassér
Bedste svar

Hi,

The class which defines the chatter when it is in the side is "o_FormRenderer_chatterContainer oe_chatter o-aside"
So, you just need to add it in css. Either you can create a new css file in web.assets_backend, or in addons add the below code:


.o_FormRenderer_chatterContainer.oe_chatter.o-aside 

{
    max-width: 300px; // The width in pixels

}


Hope it helps

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
feb. 25
1743
2
dec. 24
2806
0
nov. 24
4281
3
maj 24
5028
0
jan. 25
2886