Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2764 Vistas

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

Avatar
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
feb 25
1406
2
dic 24
2402
0
nov 24
1147
3
may 24
4584
0
ene 25
2618