콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3231 화면

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
2028
2
12월 24
3071
0
11월 24
6057
3
5월 24
5293
0
1월 25
3043