Browse Source

web_sheet_full_width: wider field labels on form view

pull/1026/head
Alexis de Lattre 6 years ago
parent
commit
119dfd465d
  1. 9
      web_sheet_full_width/static/src/css/web_sheet_full_width.less

9
web_sheet_full_width/static/src/css/web_sheet_full_width.less

@ -7,4 +7,13 @@
.oe_chatter{
max-width: none;
}
.o_group{
&.o_inner_group{
> tbody > tr > td{
&.o_td_label{
min-width: 200px;
}
}
}
}
}
Loading…
Cancel
Save