跳至內容
選單
此問題已被標幟
1 回覆
3018 瀏覽次數

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
1734
2
12月 24
2790
0
11月 24
4148
3
5月 24
5019
0
1月 25
2881