Hotfix weird bladeburner ui bug

This commit is contained in:
Olivier Gagnon 2021-08-15 17:14:05 -04:00
parent e4b2a6853d
commit 392f164f8e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

@ -1261,7 +1261,7 @@ Bladeburner.prototype.createContent = function() {
});
DomElems.actionAndSkillsDiv = createElement("div", {
height:"60%", width:"70%", display:"block",
width:"70%", display:"block",
border:"1px solid white", margin:"6px", padding:"6px",
});