Browse Source

Fix problem with overflowing chatter widget.

pull/1066/head
Jairo Llopis 8 years ago
parent
commit
8675b0991f
No known key found for this signature in database GPG Key ID: 59564BF1E22F314F
  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