Skip to content

Commit 48e5a8d

Browse files
committed
fixup! fixup! [MIG] web_widget_section_and_note_text_scrollable: Migration to 19.0
1 parent 83b391c commit 48e5a8d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

web_widget_section_and_note_text_scrollable/static/src/product_label_section_and_note_field_scrollable.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
/* 1) Kill the inline heights coming from the widget/template */
2-
.o_field_product_label_section_and_note_field,
3-
.o_field_product_label_section_and_note_cell,
4-
.o_field_product_label_section_and_note_cell textarea {
5-
height: auto !important;
6-
}
72

83
/* 2) Define the height of the whole cell */
94
.o_field_product_label_section_and_note_cell {
@@ -20,6 +15,6 @@
2015
height: 100% !important;
2116
resize: none;
2217
display: block;
23-
overflow-y: auto; // internal scroll
18+
overflow-y: auto; /* internal scroll */
2419
}
2520
}

0 commit comments

Comments
 (0)