Browse Source
Fix problem with overflowing chatter widget.
pull/1066/head
Jairo Llopis
8 years ago
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
1 changed files with
5 additions and
0 deletions
-
web_responsive/static/src/less/form_view.less
|
@ -80,4 +80,9 @@ |
|
|
background: @brand-danger; |
|
|
background: @brand-danger; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Adapt chatter widget to small viewports |
|
|
|
|
|
.oe_chatter { |
|
|
|
|
|
min-width: inherit; |
|
|
|
|
|
} |
|
|
} |
|
|
} |