From 568e6b41ac64b3ad03b8ea46219d725b14efb451 Mon Sep 17 00:00:00 2001 From: clementmbr Date: Thu, 18 Jun 2020 19:50:55 -0300 Subject: [PATCH] [FIX] Remove hard-coded oe_title class width I've noticed that this hard-coded `width: 650px` was more than 5 years old. Now some specific CSS modules exists like OCA `web_responsive` or Openworx `backend_theme` that are doing this kind of job in a much better way... And this kind of hard-code is blocking them, so it looks better to remove it and use these modules for CSS purpose. --- base_usability/views/partner_view.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base_usability/views/partner_view.xml b/base_usability/views/partner_view.xml index 4de68ef..1f80b0b 100644 --- a/base_usability/views/partner_view.xml +++ b/base_usability/views/partner_view.xml @@ -12,10 +12,6 @@ res.partner - - - width: 650px; - email