From f30df6d7c5c1f750893b2244a3be5831f3a31405 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 15 May 2017 14:47:45 +0200 Subject: [PATCH] [FIX][web_responsive] Make it compatible with l10n_es_toponyms Before this patch, there was an incompatibility between this addon and l10n_es_toponyms, caused by the lack of wrapping of the special address field that was being added. Now layout works as expected in that case. In any other case, it seems sensible to wrap inputs so no more weird overflows happen and less chances of needing horizontal scrolling happen. --- web_responsive/static/src/less/form_view.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/web_responsive/static/src/less/form_view.less b/web_responsive/static/src/less/form_view.less index a5e31b14..203c08fe 100644 --- a/web_responsive/static/src/less/form_view.less +++ b/web_responsive/static/src/less/form_view.less @@ -32,8 +32,6 @@ } .o_group { &.o_inner_group > tbody > tr > td { - // prevent td content from breaking into lines - white-space: nowrap; .note-editor > .note-toolbar { // prevent wysiwyg editor buttons from expanding the screen white-space: initial;