Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2586 Visualizações

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

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
fev. 25
1234
2
dez. 24
2187
0
nov. 24
1047
3
mai. 24
4380
0
jan. 25
2463