[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.
pull/1390/head
Jairo Llopis 2017-05-15 14:47:45 +02:00 committed by Alexandre Díaz
parent ebaa5e795f
commit 2a319a9fe3
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@
} }
.o_group { .o_group {
&.o_inner_group > tbody > tr > td { &.o_inner_group > tbody > tr > td {
// prevent td content from breaking into lines
white-space: nowrap;
.note-editor > .note-toolbar { .note-editor > .note-toolbar {
// prevent wysiwyg editor buttons from expanding the screen // prevent wysiwyg editor buttons from expanding the screen
white-space: initial; white-space: initial;