base_usability: form view of partner: zip/city/state (instead of state/city/zip)

This commit is contained in:
Alexis de Lattre
2023-10-25 21:38:06 +02:00
parent aae3ac2898
commit b701586edc
4 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
.o_form_view {
.o_address_format {
.o_address_state {
margin-right: 0;
}
.o_address_zip {
margin-right: 2%;
}
}
}