Skip to content
Snippets Groups Projects
Commit 120359bf authored by Martin Geubelle's avatar Martin Geubelle
Browse files

[FIX] web: restore handle and remove button width on list


Rev. odoo/odoo@9fbb4fb wrongly removed the fixed width on handle and
button width on list views.

This commit restores it.

closes odoo/odoo#32467

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent cdd644be
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
}
}
.o_list_record_selector {
.o_list_record_selector, .o_list_record_remove, .o_handle_cell {
width: 1px; // to prevent the column to expand
}
......
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