Fix problem with overflowing chatter widget.

This commit is contained in:
Jairo Llopis
2017-01-19 09:31:55 +01:00
committed by Splash
parent a6d5c61cb8
commit f69ae6c7f8

View File

@@ -80,4 +80,9 @@
background: @brand-danger;
}
}
// Adapt chatter widget to small viewports
.oe_chatter {
min-width: inherit;
}
}