You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
306 B
16 lines
306 B
@media (min-width: 768px){
|
|
.o_setting_right_pane .o_field_widget:not(.o_field_boolean) {
|
|
width: auto !important;
|
|
padding: 0px 8px !important;
|
|
}
|
|
}
|
|
.address_head{
|
|
margin-left: 30px;
|
|
margin-bottom: 22px;
|
|
}
|
|
#billing_country_id{
|
|
width: 58%;
|
|
}
|
|
#shipping_country_id{
|
|
width: 58%;
|
|
}
|
|
|