Skip to content
Snippets Groups Projects
Commit 138275d1 authored by Odoo's avatar Odoo Committed by Alexandre Kühn
Browse files

[FIX] discuss: channel name overflow


Before this commit:
The channel name used to overflow in the channel suggestion section.

After this commit:
The name will not overflow in the channnel suggestion section.

Task id: 3366608

closes odoo/odoo#126867

X-original-commit: d629710f
Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent a69ce762
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@
margin-right: $o-mail-discuss-sidebar-scrollbar-width;
}
.o_DiscussSidebarCategory_newChannelAutocompleteSuggestions {
word-wrap: break-word;
}
.o_DiscussSidebarCategory_newItem {
display: flex;
justify-content: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment