-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[19.0][MIG] web_widget_section_and_note_text_scrollable: Migration to 19.0 #3373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 19.0
Are you sure you want to change the base?
[19.0][MIG] web_widget_section_and_note_text_scrollable: Migration to 19.0 #3373
Conversation
48e5a8d to
11eeb7c
Compare
jcoux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM 👍
Don't forget to squash fixup
11eeb7c to
d0f5a48
Compare
|
Hello @ivantodorovich |
d0f5a48 to
850b6b9
Compare
| .o_field_product_label_section_and_note_field, | ||
| .o_field_product_label_section_and_note_cell, | ||
| .o_field_product_label_section_and_note_cell textarea { | ||
| height: auto !important; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a (s)css noob, but I think height is anyway redefined in o_field_product_label_section_and_note_cell and o_field_product_label_section_and_note_cell textarea below.
| .o_field_product_label_section_and_note_field, | |
| .o_field_product_label_section_and_note_cell, | |
| .o_field_product_label_section_and_note_cell textarea { | |
| height: auto !important; | |
| } | |
| .o_field_product_label_section_and_note_field { | |
| height: auto !important; | |
| } |
No description provided.