Browse Source

Fix problem with overflowing chatter widget.

pull/514/head
Jairo Llopis 8 years ago
committed by Daniel Torres
parent
commit
f6c14f749c
  1. 5
      web_responsive/static/src/less/form_view.less

5
web_responsive/static/src/less/form_view.less

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