跳至内容
菜单
此问题已终结
1 回复
2732 查看

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

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
1
2月 25
1363
2
12月 24
2322
0
11月 24
1126
3
5月 24
4496
0
1月 25
2586