diff --git a/addons/report/views/layouts.xml b/addons/report/views/layouts.xml index 721176738cb..21c385b71c9 100644 --- a/addons/report/views/layouts.xml +++ b/addons/report/views/layouts.xml @@ -67,6 +67,9 @@ .table-condensed > thead > tr > th { border-bottom: 1px solid black !important; } + .zero_min_height { + min-height: 0px !important; + }