mirror of https://github.com/OCA/web.git
Fix problem with overflowing chatter widget.
parent
6d446a1d3c
commit
88bf5d92d6
|
@ -80,4 +80,9 @@
|
||||||
background: @brand-danger;
|
background: @brand-danger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Adapt chatter widget to small viewports
|
||||||
|
.oe_chatter {
|
||||||
|
min-width: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue