From 119dfd465d7c38a65f9e32a2aa77246273cfad39 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 28 Aug 2018 11:41:23 +0200 Subject: [PATCH] web_sheet_full_width: wider field labels on form view --- .../static/src/css/web_sheet_full_width.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web_sheet_full_width/static/src/css/web_sheet_full_width.less b/web_sheet_full_width/static/src/css/web_sheet_full_width.less index 293b7e52..ca901176 100644 --- a/web_sheet_full_width/static/src/css/web_sheet_full_width.less +++ b/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; + } + } + } + } }