mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
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:
parent
ac80be1b40
commit
8097364242
@ -63,6 +63,8 @@
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cmpy-mgmt-industry-overview-panel {
|
.cmpy-mgmt-industry-overview-panel {
|
||||||
|
Loading…
Reference in New Issue
Block a user