forked from Techsystech/web
Fix problem with overflowing chatter widget.
parent
a6d5c61cb8
commit
f69ae6c7f8
|
@ -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