Any way to change the size of the right-hand chatter?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2764
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
feb 25
|
1406 | ||
Chatter looks weird in 18.0
Resuelto
|
|
2
dic 24
|
2402 | |
|
0
nov 24
|
1147 | ||
|
3
may 24
|
4584 | ||
|
0
ene 25
|
2618 |