Skip to content
Snippets Groups Projects
Commit ad46adcf authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web: stop wrapping kanban counter over multiple lines

Note: this should normally not be the case by design as for most
values there is enough space for the numbers not to wrap. While
waiting for a better implementation, the white-space:nowrap CSS
rule will enforce the behavior.

Thank you to @Jerther for the original commit.

Closes https://github.com/odoo/odoo/pull/24100
parent ea25036c
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@
margin-left: 3%;
color: @headings-color;
text-align: right;
white-space: nowrap;
.o-transform-origin(right, center);
&.o_kanban_grow {
......
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