Skip to Content
Menu
This question has been flagged
1 Reply
2540 Views

Hello. I want to change the size (height) of all fields in a module product_product (search, and table  Product Variants ).How can I do it? I think I should add a css file, but I need some kind of example. Pls help me.

Avatar
Discard
Best Answer

Hi!

You can do it through CSS Style, like the below code:

.o_field_widget, .o_field_widget input.o_input {
height: 50px !important;
}

Best regards!

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 22
1609
3
Dec 23
62084
2
Apr 21
11782
1
Jan 20
2809
0
Oct 19
2130