Fixed corporation industry unnecessarily centering vertically

This gave some weird situations where the main information was too far down when creating many products.
This commit is contained in:
Bart Koppelmans 2021-09-15 23:19:24 +02:00 committed by Olivier Gagnon
parent ac80be1b40
commit 8097364242

@ -63,6 +63,8 @@
overflow: visible;
top: 10px;
width: 45%;
vertical-align: top;
margin-top: 10px;
}
.cmpy-mgmt-industry-overview-panel {