mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Fix problem with overflowing chatter widget.
This commit is contained in:
committed by
Sergey Shebanin
parent
eda2ae419a
commit
b190f3a3f5
@@ -80,4 +80,9 @@
|
||||
background: @brand-danger;
|
||||
}
|
||||
}
|
||||
|
||||
// Adapt chatter widget to small viewports
|
||||
.oe_chatter {
|
||||
min-width: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user