Skip to content

Commit

Permalink
[FIX][web_responsive] Make it compatible with l10n_es_toponyms
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
yajo authored and SplashS committed Mar 17, 2021
1 parent 87a5b1c commit 8e71b8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web_responsive/static/src/less/form_view.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e71b8b

Please sign in to comment.