[FIX] base: export translation

In css, overflow-x and overflow-y must have the same value. If overflow-x is equal to
auto then overflow-y is equal to auto.
To solve the problem, the height of the input is removed because it is forced by the Jquery
auto-completion plugin according to the wrapper.
Without this patch, when you go to Settings > Import/Export > Export Translation and click on the arrow to
to show the list of modules you can export, the list is partially hidden.

opw:632607
This commit is contained in:
Goffin Simon 2015-06-15 10:23:03 +02:00
parent ea59856caf
commit c7c2f5743b
2 changed files with 2 additions and 2 deletions

View File

@ -608,7 +608,7 @@
width: 100% !important;
}
.openerp .oe_tags .text-core {
min-height: 22px;
height: initial !important
}
.openerp .oe_tags .text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
font-style: italic;

View File

@ -549,7 +549,7 @@ $sheet-padding: 16px
textarea
width: 100% !important
.text-core
min-height: 22px
height: initial !important
.text-wrap .text-dropdown .text-list .text-suggestion em
font-style: italic
text-decoration: none