Skip to Content
मेन्यू
This question has been flagged
1 Reply
2910 Views

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

Avatar
Discard
Best Answer

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
Discard
Related Posts Replies Views Activity
1
फ़र॰ 25
1606
2
दिस॰ 24
2590
0
नव॰ 24
2363
3
मई 24
4827
0
जन॰ 25
2769