Fix problem with overflowing chatter widget.

pull/2405/head
Jairo Llopis 2017-01-19 09:31:55 +01:00 committed by anjeel.haria
parent 38c5ac961a
commit 40f15987d1
1 changed files with 5 additions and 0 deletions

View File

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